Changeset 1433


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

blank

File:
1 edited

Legend:

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

    r1432 r1433  
    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) ORDER BY lay.page_id,pos.target_id, pos.bloc_row, pos.bloc_id "; 
     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 "; 
    4444$arrBlocPos = lfgetLayoutData($sel, $from, $where, $arrData ); 
    4545 
    46 sfprintr($arrBlocPos); 
    47  
    48 exit; 
    4946// ¥Ö¥í¥Ã¥¯¤ò¼èÆÀ 
    5047$arrBloc = lfgetBlocData(); 
Note: See TracChangeset for help on using the changeset viewer.