Changeset 5171 for temp/trunk/html/admin
- Timestamp:
- 2006/09/19 21:06:07 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/basis/mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/basis/mail.php
r5170 r5171 74 74 if ( $result ){ 75 75 $sql_where = "template_id = ". addslashes($_POST['template_id']); 76 $conn->query("UPDATE dtb_mailtemplate SET template_id = ?, subject = ?,header = ?, footer = ?,creator_id = ?, update_date = now() WHERE ".$sql_where, $data);76 $conn->query("UPDATE dtb_mailtemplate SET template_id = ?, subject = ?,header = ?, footer = ?,creator_id = ?, update_date = now() WHERE ".$sql_where, $data); 77 77 }else{ 78 78 $conn->query("INSERT INTO dtb_mailtemplate (template_id,subject,header,footer,creator_id,update_date,create_date) values ( ?,?,?,?,?,now(),now() )", $data);
Note: See TracChangeset
for help on using the changeset viewer.
