Index: temp/trunk/html/admin/mail/index.php
===================================================================
--- temp/trunk/html/admin/mail/index.php	(revision 4850)
+++ temp/trunk/html/admin/mail/index.php	(revision 4967)
@@ -377,5 +377,5 @@
 	
 	$dtb_send_history = array();
-	$dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id');
+//	$dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id');
 	$dtb_send_history["mail_method"] = $arrData['mail_method'];
 	$dtb_send_history["subject"] = $arrData['subject'];
@@ -386,5 +386,5 @@
 	$arrData['body'] = "";
 	$dtb_send_history["search_data"] = serialize($arrData);
-	$conn->autoExecute("dtb_send_history", $dtb_send_history );		
+	$conn->autoExecute("dtb_send_history", $dtb_send_history );	
 	
 	if ( is_array( $search_data ) ){
