Ignore:
Timestamp:
2006/09/17 22:11:41 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r4850 r4967  
    377377     
    378378    $dtb_send_history = array(); 
    379     $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 
     379//  $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 
    380380    $dtb_send_history["mail_method"] = $arrData['mail_method']; 
    381381    $dtb_send_history["subject"] = $arrData['subject']; 
     
    386386    $arrData['body'] = ""; 
    387387    $dtb_send_history["search_data"] = serialize($arrData); 
    388     $conn->autoExecute("dtb_send_history", $dtb_send_history );      
     388    $conn->autoExecute("dtb_send_history", $dtb_send_history );  
    389389     
    390390    if ( is_array( $search_data ) ){ 
Note: See TracChangeset for help on using the changeset viewer.