Changeset 3391 for temp/trunk
- Timestamp:
- 2006/08/31 01:10:43 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 2 edited
-
admin/design/template.php (modified) (2 diffs)
-
install/create_table.sql (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/template.php
r3374 r3391 99 99 // ¥Æ¥ó¥×¥ì¡¼¥È¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë 100 100 $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"; 102 102 $arrTemplate = $objQuery->getall($sql); 103 103 … … 229 229 // ¥Æ¥ó¥×¥ì¡¼¥È¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë 230 230 $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 = ?"; 232 232 $arrTemplate = $objQuery->getall($sql, array($chk_tpl)); 233 233
Note: See TracChangeset
for help on using the changeset viewer.
