Changeset 13288


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

Legend:

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

    r13240 r13288  
    256256            lfRegistData($objPage->list_data); 
    257257            if(MELMAGA_SEND == true) { 
     258                //ͽÌóÇÛ¿®¥â¡¼¥É¤Îʬ´ô 
    258259                if(MELMAGA_BATCH_MODE) { 
    259260                    header("Location: " . URL_DIR . "admin/mail/history.php"); 
     
    382383    $search_data = $conn->getAll($objSelect->getListMailMagazine(lfGetIsMobile($_POST['mail_type'])), $objSelect->arrVal); 
    383384    $dataCnt = count($search_data); 
    384      
    385385    $dtb_send_history = array(); 
    386386     
    387     $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 
     387    //$dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 
    388388    $dtb_send_history["mail_method"] = $arrData['mail_method']; 
    389389    $dtb_send_history["subject"] = $arrData['subject']; 
     
    404404    //¥Ï¥Ã¥·¥ådtb_send_history¤ò¥Ç¡¼¥¿¥Ù¡¼¥¹dtb_send_history¤ËÁÞÆþ 
    405405    $objQuery->insert("dtb_send_history", $dtb_send_history );   
    406      
     406    $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 
     407     
    407408    if ( is_array( $search_data ) ){ 
    408409        foreach( $search_data as $line ){ 
Note: See TracChangeset for help on using the changeset viewer.