Index: branches/dev/html/admin/mail/index.php
===================================================================
--- branches/dev/html/admin/mail/index.php	(revision 13476)
+++ branches/dev/html/admin/mail/index.php	(revision 13477)
@@ -424,9 +424,7 @@
 			$dtb_send_customer["email"] = $line["email"];
 			$dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"];
-			
+			       	
+			$conn->autoExecute("dtb_send_customer", $dtb_send_customer );					
             print_r($dtb_send_customer);exit;//¥È¥ì¡¼¥¹
-            	
-			$conn->autoExecute("dtb_send_customer", $dtb_send_customer );					
-
 		}	
 	}
