Changeset 3391 for temp/trunk


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

blank

Location:
temp/trunk/html
Files:
2 edited

Legend:

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

    r3374 r3391  
    9999    // ¥Æ¥ó¥×¥ì¡¼¥È¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë 
    100100    $objQuery = new SC_Query(); 
    101     $sql = "SELECT template_code,template_name,file_path FROM dtb_template ORDER BY create_date DESC"; 
     101    $sql = "SELECT template_code,template_name,file_path FROM dtb_templates ORDER BY create_date DESC"; 
    102102    $arrTemplate = $objQuery->getall($sql); 
    103103     
     
    229229    // ¥Æ¥ó¥×¥ì¡¼¥È¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë 
    230230    $objQuery = new SC_Query(); 
    231     $sql = "SELECT template_code,template_name,file_path FROM dtb_template WHERE template_code = ?"; 
     231    $sql = "SELECT template_code,template_name,file_path 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.