Changeset 13479 for branches/dev
- Timestamp:
- 2007/05/28 10:38:43 (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
r13478 r13479 421 421 $dtb_send_customer = array(); 422 422 $dtb_send_customer["customer_id"] = $line["customer_id"]; 423 $dtb_send_customer["send_id"] = $dtb_send_history["send_id"] ;423 $dtb_send_customer["send_id"] = $dtb_send_history["send_id"] + 1; 424 424 $dtb_send_customer["email"] = $line["email"]; 425 425 $dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"]; … … 429 429 $conn->autoExecute("dtb_send_customer", $dtb_send_customer ); 430 430 }elseif(DB_TYPE=="mysql"){ 431 $conn-> query("dtb_send_customer", $dtb_send_customer );432 print_r($dtb_send_customer);exit;//¥È¥ì¡¼¥¹431 $conn->autoExecute("dtb_send_customer", $dtb_send_customer ); 432 433 433 } 434 434 }
Note: See TracChangeset
for help on using the changeset viewer.
