Changeset 13630 for branches/rel/html/admin/mail/index.php
- Timestamp:
- 2007/05/29 14:20:17 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel/html/admin/mail/index.php
r13394 r13630 400 400 $dtb_send_history["create_date"] = "now()"; 401 401 $objQuery->insert("dtb_send_history", $dtb_send_history ); 402 402 if(DB_TYPE == "mysql"){ 403 $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history','send_id'); 404 } 403 405 if ( is_array( $search_data ) ){ 404 406 foreach( $search_data as $line ){
Note: See TracChangeset
for help on using the changeset viewer.