Index: /branches/dev/html/admin/mail/index.php
===================================================================
--- /branches/dev/html/admin/mail/index.php	(revision 13366)
+++ /branches/dev/html/admin/mail/index.php	(revision 13396)
@@ -386,5 +386,4 @@
 	$dtb_send_history = array();
 	
-    
     if(DB_TYPE=="pqsql"){
 	   $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id');
@@ -409,4 +408,8 @@
     //¥Ï¥Ã¥·¥ådtb_send_history¤ò¥Ç¡¼¥¿¥Ù¡¼¥¹dtb_send_history¤ËÁÞÆþ
     $objQuery->insert("dtb_send_history", $dtb_send_history );
+        if(DB_TYPE=="mysql"){
+       $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id');
+    }
+    
     
 	if ( is_array( $search_data ) ){
