Changeset 3392 for temp/trunk/html/admin
- Timestamp:
- 2006/08/31 01:11:11 (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
r3391 r3392 229 229 // ¥Æ¥ó¥×¥ì¡¼¥È¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë 230 230 $objQuery = new SC_Query(); 231 $sql = "SELECT template_code,template_name ,file_pathFROM dtb_templates WHERE template_code = ?";231 $sql = "SELECT template_code,template_name 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.
