- Timestamp:
- 2007/05/29 19:13:23 (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
r13699 r13700 38 38 $sql = "SELECT * FROM dtb_mailtemplate WHERE template_id = ?"; 39 39 $result = $conn->getAll($sql, array($_GET['template_id']) ); 40 print_r($result);40 //print_r($result); 41 41 if ( $result ){ 42 42 $objPage->arrForm = $result[0];
Note: See TracChangeset
for help on using the changeset viewer.
