Changeset 13493 for branches/dev/html/admin/mail/index.php
- Timestamp:
- 2007/05/28 13:04:37 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/mail/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/index.php
r13483 r13493 414 414 $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 415 415 } 416 417 //print("dtb_send_history:");print_r($dtb_send_history);print("<br>");418 416 if ( is_array( $search_data ) ){ 419 417 … … 425 423 $dtb_send_customer["email"] = $line["email"]; 426 424 $dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"]; 427 print_r($dtb_send_customer);exit;428 425 if(DB_TYPE=="pgsql"){ 429 426 $conn->autoExecute("dtb_send_customer", $dtb_send_customer );
Note: See TracChangeset
for help on using the changeset viewer.
