Index: branches/dev/html/admin/mail/index.php
===================================================================
--- branches/dev/html/admin/mail/index.php	(revision 13466)
+++ branches/dev/html/admin/mail/index.php	(revision 13467)
@@ -410,6 +410,10 @@
     //¥Ï¥Ã¥·¥ådtb_send_history¤ò¥Ç¡¼¥¿¥Ù¡¼¥¹dtb_send_history¤ËÁÞÆþ
     $objQuery->insert("dtb_send_history", $dtb_send_history );
-     print_r($dtb_send_history);
     
+    
+    if(DB_TYPE == "mysql"){
+       $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id');
+    }
+    print_r($dtb_send_history);exit;//¥È¥ì¡¼¥¹
     
 	if ( is_array( $search_data ) ){
