Ignore:
Timestamp:
2006/09/19 20:58:41 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r1328 r5164  
    2424 
    2525$objPage->arrMailTEMPLATE = $arrMAILTEMPLATE; 
    26  
    2726 
    2827if ( $_POST['mode'] == 'id_set'){ 
     
    7069    $data["update_date"] = "now()"; 
    7170     
     71    sfprintr($conn); 
     72    sfprintr($date); 
     73     
    7274    $sql = "SELECT * FROM dtb_mailtemplate WHERE template_id = ?"; 
    7375    $result = $conn->getAll($sql, array($_POST['template_id']) ); 
     76    /* 
    7477    if ( $result ){ 
    7578        $sql_where = "template_id = ". addslashes($_POST['template_id']); 
     79    }else{ 
     80        $conn->query("INSERT INTO dtb_mailtemplate", $data, $sql_where);     
    7681    } 
    77     $conn->autoExecute("dtb_mailtemplate", $data, $sql_where);   
     82    */ 
     83     
     84//  $conn->autoExecute("dtb_mailtemplate", $data, $sql_where);   
    7885} 
    7986 
Note: See TracChangeset for help on using the changeset viewer.