Changeset 4608 for temp/trunk/html/admin/mail/template.php
- Timestamp:
- 2006/09/11 19:37:56 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/mail/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/mail/template.php
r1328 r4608 35 35 36 36 // ÅÐÏ¿ºï½ü 37 $sql = "UPDATE dtb_mailmaga_template SET del ete= 1 WHERE template_id = ?";37 $sql = "UPDATE dtb_mailmaga_template SET del_flg = 1 WHERE template_id = ?"; 38 38 $conn->query($sql, array($_GET['id'])); 39 39 sfReload(); … … 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 ete= 0 ORDER BY create_date DESC";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"; 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.
