Changeset 13475


Ignore:
Timestamp:
2007/05/28 10:00:01 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13474 r13475  
    415415    } 
    416416     
    417     print("dtb_send_history:");print_r($dtb_send_history);print("\n"); 
     417    print("dtb_send_history:");print_r($dtb_send_history);print("<br>"); 
    418418    if ( is_array( $search_data ) ){ 
    419         print_r($search_data);print("\n");exit;//¥È¥ì¡¼¥¹ 
     419         
    420420        foreach( $search_data as $line ){ 
    421421            $dtb_send_customer = array(); 
     
    424424            $dtb_send_customer["email"] = $line["email"]; 
    425425            $dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"]; 
    426                  
     426             
     427            print_r($search_data);exit;//¥È¥ì¡¼¥¹ 
     428                 
    427429            $conn->autoExecute("dtb_send_customer", $dtb_send_customer );                    
    428430 
Note: See TracChangeset for help on using the changeset viewer.