Changeset 4608 for temp/trunk/html/admin/mail/template_input.php
- Timestamp:
- 2006/09/11 19:37:56 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/mail/template_input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/mail/template_input.php
r2708 r4608 43 43 44 44 // ÊÔ½¸ 45 $sql = "SELECT * FROM dtb_mailmaga_template WHERE template_id = ? AND del ete= 0";45 $sql = "SELECT * FROM dtb_mailmaga_template WHERE template_id = ? AND del_flg = 0"; 46 46 $result = $conn->getAll($sql, array($_GET['template_id'])); 47 47 $objPage->arrForm = $result[0];
Note: See TracChangeset
for help on using the changeset viewer.
