Index: branches/dev/html/admin/mail/index.php
===================================================================
--- branches/dev/html/admin/mail/index.php	(revision 13240)
+++ branches/dev/html/admin/mail/index.php	(revision 13288)
@@ -256,4 +256,5 @@
 			lfRegistData($objPage->list_data);
 			if(MELMAGA_SEND == true) {
+                //Í½ÌóÇÛ¿®¥â¡¼¥É¤ÎÊ¬´ô
 				if(MELMAGA_BATCH_MODE) {
 					header("Location: " . URL_DIR . "admin/mail/history.php");
@@ -382,8 +383,7 @@
 	$search_data = $conn->getAll($objSelect->getListMailMagazine(lfGetIsMobile($_POST['mail_type'])), $objSelect->arrVal);
 	$dataCnt = count($search_data);
-	
 	$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'];
@@ -404,5 +404,6 @@
     //¥Ï¥Ã¥·¥ådtb_send_history¤ò¥Ç¡¼¥¿¥Ù¡¼¥¹dtb_send_history¤ËÁÞÆþ
 	$objQuery->insert("dtb_send_history", $dtb_send_history );	
-	
+	$dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id');
+    
 	if ( is_array( $search_data ) ){
 		foreach( $search_data as $line ){
