Changeset 3393 for temp/trunk/html/admin
- Timestamp:
- 2006/08/31 01:11:23 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/design/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/template.php
r3392 r3393 99 99 // ¥Æ¥ó¥×¥ì¡¼¥È¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë 100 100 $objQuery = new SC_Query(); 101 $sql = "SELECT template_code,template_name ,file_pathFROM dtb_templates ORDER BY create_date DESC";101 $sql = "SELECT template_code,template_name FROM dtb_templates ORDER BY create_date DESC"; 102 102 $arrTemplate = $objQuery->getall($sql); 103 103
Note: See TracChangeset
for help on using the changeset viewer.
