Changeset 13290


Ignore:
Timestamp:
2007/05/22 19:13:32 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/mail/index.php

    r13288 r13290  
    385385    $dtb_send_history = array(); 
    386386     
    387     //$dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 
    388     $dtb_send_history["mail_method"] = $arrData['mail_method']; 
     387    $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 
     388     
     389    $dtb_send_history["mail_method"] = $arrData['mail_method']; 
    389390    $dtb_send_history["subject"] = $arrData['subject']; 
    390391    $dtb_send_history["body"] = $arrData['body']; 
     
    404405    //¥Ï¥Ã¥·¥ådtb_send_history¤ò¥Ç¡¼¥¿¥Ù¡¼¥¹dtb_send_history¤ËÁÞÆþ 
    405406    $objQuery->insert("dtb_send_history", $dtb_send_history );   
    406     $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 
    407      
     407     
    408408    if ( is_array( $search_data ) ){ 
    409409        foreach( $search_data as $line ){ 
Note: See TracChangeset for help on using the changeset viewer.