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