Changeset 13630 for branches/rel/html


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

Legend:

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

    r13394 r13630  
    400400    $dtb_send_history["create_date"] = "now()"; 
    401401    $objQuery->insert("dtb_send_history", $dtb_send_history );   
    402      
     402    if(DB_TYPE == "mysql"){ 
     403        $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history','send_id'); 
     404    } 
    403405    if ( is_array( $search_data ) ){ 
    404406        foreach( $search_data as $line ){ 
Note: See TracChangeset for help on using the changeset viewer.