Changeset 5178 for temp/trunk
- Timestamp:
- 2006/09/19 21:36:02 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/admin/mail/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r5177 r5178 1560 1560 $sqlval['update_date'] = "now()"; 1561 1561 $objQuery->insert("dtb_mail_history", $sqlval); 1562 $objQuery->getlastquery();1563 exit;1564 1562 } 1565 1563 -
temp/trunk/html/admin/mail/index.php
r5002 r5178 388 388 $arrData['body'] = ""; 389 389 $dtb_send_history["search_data"] = serialize($arrData); 390 $ conn->autoExecute("dtb_send_history", $dtb_send_history );390 $objQuery->insert("dtb_send_history", $dtb_send_history ); 391 391 392 392 if ( is_array( $search_data ) ){
Note: See TracChangeset
for help on using the changeset viewer.
