Changeset 14628 for branches/dev/html
- Timestamp:
- 2007/06/14 11:48:03 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/basis/mail_template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/basis/mail_template.php
r13953 r14628 51 51 $objPage->default_template_mobile = $default_template_mobile[0]; 52 52 53 $sql = "SELECT * FROM dtb_mailtemplate WHERE del_flg = 0 AND template_id >1 ORDER BY create_dateASC";53 $sql = "SELECT * FROM dtb_mailtemplate WHERE del_flg = 0 ORDER BY template_id ASC"; 54 54 $list_data = $conn->getAll($sql); 55 55 $linemax = count($list_data);
Note: See TracChangeset
for help on using the changeset viewer.
