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

Legend:

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

    r13475 r13476  
    415415    } 
    416416     
    417     print("dtb_send_history:");print_r($dtb_send_history);print("<br>"); 
     417    //print("dtb_send_history:");print_r($dtb_send_history);print("<br>"); 
    418418    if ( is_array( $search_data ) ){ 
    419419         
     
    425425            $dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"]; 
    426426             
    427             print_r($search_data);exit;//¥È¥ì¡¼¥¹ 
     427            print_r($dtb_send_customer);exit;//¥È¥ì¡¼¥¹ 
    428428                 
    429429            $conn->autoExecute("dtb_send_customer", $dtb_send_customer );                    
Note: See TracChangeset for help on using the changeset viewer.