Changeset 5143 for temp/trunk/html


Ignore:
Timestamp:
2006/09/19 13:56:19 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5142 r5143  
    105105        // ÅÐÏ¿¥Ç¡¼¥¿¤ò¼èÆÀ 
    106106        $sql = "SELECT 0, target_id, bloc_id, bloc_row FROM dtb_blocposition WHERE page_id = ?"; 
    107         $ret = $objDBConn->query($sql,array($page_id_old)); 
     107        $ret = $objDBConn->getAll($sql,array($page_id_old)); 
    108108         
    109109        // blocposition ¤òÊ£À½ 
Note: See TracChangeset for help on using the changeset viewer.