Changeset 14035 for branches/dev/html/admin/basis
- Timestamp:
- 2007/06/01 10:44:42 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/basis/preview.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/basis/preview.php
r14034 r14035 30 30 $id = $_GET['id']; 31 31 $result = $conn->getAll($sql, array($id)); 32 print($result[ "header"]);32 print($result[0]["header"]); 33 33 if ( $result ){ 34 34 if ( $result[0]["mail_method"] == 2 ){
Note: See TracChangeset
for help on using the changeset viewer.
