Changeset 3393 for temp/trunk/html/admin


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

blank

File:
1 edited

Legend:

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

    r3392 r3393  
    9999    // ¥Æ¥ó¥×¥ì¡¼¥È¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë 
    100100    $objQuery = new SC_Query(); 
    101     $sql = "SELECT template_code,template_name,file_path FROM dtb_templates ORDER BY create_date DESC"; 
     101    $sql = "SELECT template_code,template_name FROM dtb_templates ORDER BY create_date DESC"; 
    102102    $arrTemplate = $objQuery->getall($sql); 
    103103     
Note: See TracChangeset for help on using the changeset viewer.