Changeset 13868 for branches/dev
- Timestamp:
- 2007/05/31 12:44:01 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/order/mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/order/mail.php
r13866 r13868 94 94 // POSTÃͤμèÆÀ 95 95 $objFormParam->setValue('template_id', $_POST['template_id']); 96 $mailTemp = "SELECT template_id FROM dtb_mailtemplate WHERE del_flg=0"; 96 97 if(sfIsInt($_POST['template_id'])) { 97 98 $objQuery = new SC_Query(); 98 99 $where = "template_id = ?"; 99 100 $arrRet = $objQuery->select("subject, header, footer", "dtb_mailtemplate", $where, array($_POST['template_id'])); 100 $mailTemp = "SELECT template_id FROM dtb_mailtemplate WHERE del_flg=0";101 101 $objFormParam->setParam($arrRet[0]); 102 102 }
Note: See TracChangeset
for help on using the changeset viewer.
