Index: branches/dev/html/admin/mail/index.php
===================================================================
--- branches/dev/html/admin/mail/index.php	(revision 13478)
+++ branches/dev/html/admin/mail/index.php	(revision 13479)
@@ -421,5 +421,5 @@
             $dtb_send_customer = array();
 			$dtb_send_customer["customer_id"] = $line["customer_id"];
-			$dtb_send_customer["send_id"] = $dtb_send_history["send_id"];
+			$dtb_send_customer["send_id"] = $dtb_send_history["send_id"] + 1;
 			$dtb_send_customer["email"] = $line["email"];
 			$dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"];
@@ -429,6 +429,6 @@
                 $conn->autoExecute("dtb_send_customer", $dtb_send_customer );					
             }elseif(DB_TYPE=="mysql"){
-                $conn->query("dtb_send_customer", $dtb_send_customer );
-                print_r($dtb_send_customer);exit;//¥È¥ì¡¼¥¹
+                $conn->autoExecute("dtb_send_customer", $dtb_send_customer );
+                
             }
         }	
