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

Legend:

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

    r13469 r13470  
    411411    $objQuery->insert("dtb_send_history", $dtb_send_history ); 
    412412     
    413      
    414413    if(DB_TYPE == "mysql"){ 
    415414       $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 
    416415    } 
    417     //print_r($dtb_send_history);exit;//¥È¥ì¡¼¥¹ 
     416     
    418417     
    419418    if ( is_array( $search_data ) ){ 
    420         foreach( $search_data as $line ){ 
     419        print_r($search_data);exit;//¥È¥ì¡¼¥¹ 
     420        foreach( $search_data as $line ){ 
    421421            $dtb_send_customer = array(); 
    422422            $dtb_send_customer["customer_id"] = $line["customer_id"]; 
    423423            $dtb_send_customer["send_id"] = $dtb_send_history["send_id"]; 
    424424            $dtb_send_customer["email"] = $line["email"]; 
    425              
    426425            $dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"]; 
    427426                 
    428             //$conn->autoExecute("dtb_send_customer", $dtb_send_customer );                  
     427            $conn->autoExecute("dtb_send_customer", $dtb_send_customer );                    
    429428 
    430429        }    
Note: See TracChangeset for help on using the changeset viewer.