Changeset 13521


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

Legend:

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

    r13493 r13521  
    407407    $dtb_send_history["create_date"] = "now()"; 
    408408    
    409      
    410409    //¥Ï¥Ã¥·¥ådtb_send_history¤ò¥Ç¡¼¥¿¥Ù¡¼¥¹dtb_send_history¤ËÁÞÆþ 
    411410    $objQuery->insert("dtb_send_history", $dtb_send_history ); 
     411    if(DB_TYPE == "mysql"){ 
     412        $dtb_send_history["send_id"] = $objQuery->get_auto_increment('dtb_send_history'); 
     413    } 
    412414     
    413     if(DB_TYPE == "mysql"){ 
    414         $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 
    415     } 
    416415    if ( is_array( $search_data ) ){ 
    417          
    418416        foreach( $search_data as $line ){ 
    419417             
Note: See TracChangeset for help on using the changeset viewer.