Ignore:
Timestamp:
2007/05/23 18:00:45 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13347 r13348  
    408408    $dtb_send_history["create_date"] = "now()"; 
    409409    //¥Ï¥Ã¥·¥ådtb_send_history¤ò¥Ç¡¼¥¿¥Ù¡¼¥¹dtb_send_history¤ËÁÞÆþ 
    410     print_r($dtb_send_history); 
    411410    $objQuery->insert("dtb_send_history", $dtb_send_history ); 
    412411     
    413     /*if (DB_TYPE == "mysql") { 
     412    if (DB_TYPE == "mysql") { 
    414413¡¡¡¡  $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 
    415     }*/ 
     414    } 
    416415     
    417416    if ( is_array( $search_data ) ){ 
Note: See TracChangeset for help on using the changeset viewer.