Ignore:
Timestamp:
2007/05/28 13:04:37 (19 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13483 r13493  
    414414        $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 
    415415    } 
    416      
    417     //print("dtb_send_history:");print_r($dtb_send_history);print("<br>"); 
    418416    if ( is_array( $search_data ) ){ 
    419417         
     
    425423            $dtb_send_customer["email"] = $line["email"]; 
    426424            $dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"];                    
    427             print_r($dtb_send_customer);exit; 
    428425            if(DB_TYPE=="pgsql"){ 
    429426                $conn->autoExecute("dtb_send_customer", $dtb_send_customer );                    
Note: See TracChangeset for help on using the changeset viewer.