Changeset 1435


Ignore:
Timestamp:
2006/08/23 21:24:31 (18 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/design/index.php

    r1434 r1435  
    4141    $arrData = array($page_id); 
    4242} 
    43 $where .= "lay.page_id = pos.page_id AND exists (select bloc_id from dtb_bloc as blc where pos.bloc_id = blc.bloc_id) AND page_id != 0 ORDER BY lay.page_id,pos.target_id, pos.bloc_row, pos.bloc_id "; 
     43$where .= "lay.page_id != 0 AND lay.page_id = pos.page_id AND exists (select bloc_id from dtb_bloc as blc where pos.bloc_id = blc.bloc_id) ORDER BY lay.page_id,pos.target_id, pos.bloc_row, pos.bloc_id "; 
    4444$arrBlocPos = lfgetLayoutData($sel, $from, $where, $arrData ); 
    4545 
Note: See TracChangeset for help on using the changeset viewer.