Index: branches/dev/html/admin/mail/index.php
===================================================================
--- branches/dev/html/admin/mail/index.php	(revision 13474)
+++ branches/dev/html/admin/mail/index.php	(revision 13475)
@@ -415,7 +415,7 @@
     }
     
-    print("dtb_send_history:");print_r($dtb_send_history);print("\n");
+    print("dtb_send_history:");print_r($dtb_send_history);print("<br>");
 	if ( is_array( $search_data ) ){
-		print_r($search_data);print("\n");exit;//¥È¥ì¡¼¥¹
+		
         foreach( $search_data as $line ){
             $dtb_send_customer = array();
@@ -424,5 +424,7 @@
 			$dtb_send_customer["email"] = $line["email"];
 			$dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"];
-				
+			
+            print_r($search_data);exit;//¥È¥ì¡¼¥¹
+            	
 			$conn->autoExecute("dtb_send_customer", $dtb_send_customer );					
 
