Changeset 13664 for branches/dev/html/admin/basis/mail.php
- Timestamp:
- 2007/05/29 17:29:51 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/basis/mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/basis/mail.php
r13663 r13664 36 36 $sql = "SELECT * FROM dtb_mailtemplate WHERE template_id = ?"; 37 37 $result = $conn->getAll($sql, array($_POST['template_id']) ); 38 print_r($result); 38 print_r($result);exit; 39 39 if ( $result ){ 40 40 $objPage->arrForm = $result[0];
Note: See TracChangeset
for help on using the changeset viewer.
