Changeset 4848 for temp/trunk/html/admin/mail/template.php
- Timestamp:
- 2006/09/17 14:12:26 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/mail/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/mail/template.php
r4608 r4848 41 41 42 42 43 $sql = "SELECT *, to_char(create_date, 'YYYY/MM/DD HH24:MI') as disp_date FROM dtb_mailmaga_template WHERE del_flg = 0 ORDER BY create_date DESC";43 $sql = "SELECT *, (substring(create_date, 1, 19)) as disp_date FROM dtb_mailmaga_template WHERE del_flg = 0 ORDER BY create_date DESC"; 44 44 $objPage->list_data = $list_data = $conn->getAll($sql); 45 45 $objPage->arrMagazineType = $arrMagazineTypeAll;
Note: See TracChangeset
for help on using the changeset viewer.
