Ignore:
Timestamp:
2006/09/19 21:06:07 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/basis/mail.php

    r5170 r5171  
    7474    if ( $result ){ 
    7575        $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); 
    7777    }else{ 
    7878        $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.