Changeset 13902 for branches/dev/html
- Timestamp:
- 2007/05/31 16:18:00 (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
r13901 r13902 104 104 // POSTÃͤμèÆÀ 105 105 $objFormParam->setValue('template_id', $_POST['template_id']); 106 if(sfIsInt($_POST['template_id'])) { 106 print_r($_POST['template_id']);exit; 107 if(sfIsInt($_POST['template_id'])) { 107 108 $objQuery = new SC_Query(); 108 109 $where = "template_id = ?";
Note: See TracChangeset
for help on using the changeset viewer.
