Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13611)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13612)
@@ -32,7 +32,9 @@
 }
 
+//Ì¤Á÷¿®¥á¡¼¥ë¤Î¿ô
 $count = count($time_data);
-print_r($count);exit;
-
+//print_r($count);exit;
+
+//Ì¤Á÷¿®¥á¡¼¥ë¤¬¤¢¤ì¤ÐÁ÷¿®½èÍý¤òÂ³¤±¤ë¡£¤Ê¤±¤ì¤ÐÃæÃÇ¤¹¤ë¡£
 if( $count > 0 ){
     print("start sending <br />\n");
@@ -49,5 +51,5 @@
     
     $sql = "SELECT * FROM dtb_send_history WHERE send_id = ?";
-    $mail_data[] = $conn->getAll( $sql, array(  $time_data[$i]["send_id"] ) );
+    $mail_data[] = $conn->getAll( $sql, array( $time_data[$i]["send_id"] ) );
 
 }
