Changeset 13483


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

Legend:

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

    r13482 r13483  
    425425            $dtb_send_customer["email"] = $line["email"]; 
    426426            $dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"];                    
    427             print_r($dtb_send_customer); 
     427            print_r($dtb_send_customer);exit; 
    428428            if(DB_TYPE=="pgsql"){ 
    429429                $conn->autoExecute("dtb_send_customer", $dtb_send_customer );                    
Note: See TracChangeset for help on using the changeset viewer.