Index: branches/dev/html/admin/mail/index.php
===================================================================
--- branches/dev/html/admin/mail/index.php	(revision 13309)
+++ branches/dev/html/admin/mail/index.php	(revision 13347)
@@ -388,5 +388,5 @@
     
     if(DB_TYPE=="pqsql"){
-	$dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id');
+	   $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id');
     }
     
@@ -408,6 +408,11 @@
 	$dtb_send_history["create_date"] = "now()";
     //¥Ï¥Ã¥·¥ådtb_send_history¤ò¥Ç¡¼¥¿¥Ù¡¼¥¹dtb_send_history¤ËÁÞÆþ
-	$objQuery->insert("dtb_send_history", $dtb_send_history );
-	
+	print_r($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 ) ){
 		foreach( $search_data as $line ){
