Changeset 3392 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/08/31 01:11:11 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r3391 r3392  
    229229    // ¥Æ¥ó¥×¥ì¡¼¥È¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë 
    230230    $objQuery = new SC_Query(); 
    231     $sql = "SELECT template_code,template_name,file_path FROM dtb_templates WHERE template_code = ?"; 
     231    $sql = "SELECT template_code,template_name FROM dtb_templates WHERE template_code = ?"; 
    232232    $arrTemplate = $objQuery->getall($sql, array($chk_tpl));     
    233233     
Note: See TracChangeset for help on using the changeset viewer.