Changeset 13347


Ignore:
Timestamp:
2007/05/23 17:59:12 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13309 r13347  
    388388     
    389389    if(DB_TYPE=="pqsql"){ 
    390     $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 
     390       $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 
    391391    } 
    392392     
     
    408408    $dtb_send_history["create_date"] = "now()"; 
    409409    //¥Ï¥Ã¥·¥ådtb_send_history¤ò¥Ç¡¼¥¿¥Ù¡¼¥¹dtb_send_history¤ËÁÞÆþ 
    410     $objQuery->insert("dtb_send_history", $dtb_send_history ); 
    411      
     410    print_r($dtb_send_history); 
     411    $objQuery->insert("dtb_send_history", $dtb_send_history ); 
     412     
     413    /*if (DB_TYPE == "mysql") { 
     414¡¡¡¡  $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 
     415    }*/ 
     416     
    412417    if ( is_array( $search_data ) ){ 
    413418        foreach( $search_data as $line ){ 
Note: See TracChangeset for help on using the changeset viewer.