Index: /branches/dev/html/admin/mail/index.php
===================================================================
--- /branches/dev/html/admin/mail/index.php	(revision 13435)
+++ /branches/dev/html/admin/mail/index.php	(revision 13437)
@@ -388,7 +388,4 @@
     if(DB_TYPE == "pgsql"){
 	   $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id');
-    }elseif(DB_TYPE == "mysql"){
-       $dtb_send_history["send_id"] = ""; 
-       //$objQuery->max('dtb_send_history', 'send_id')+1;
     }
     
@@ -411,8 +408,4 @@
     //¥Ï¥Ã¥·¥å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 ) ){
