Changeset 13628 for branches/beta/html


Ignore:
Timestamp:
2007/05/29 14:16:02 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13398 r13628  
    401401    $dtb_send_history["create_date"] = "now()"; 
    402402    $objQuery->insert("dtb_send_history", $dtb_send_history );   
    403      
     403    if(DB_TYPE == "mysql"){ 
     404        $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history','send_id'); 
     405    } 
     406     
    404407    if ( is_array( $search_data ) ){ 
    405408        foreach( $search_data as $line ){ 
Note: See TracChangeset for help on using the changeset viewer.