Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13377)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13378)
@@ -35,4 +35,8 @@
 $count = count($time_data);
 
+
+echo $count;
+exit;
+
 if( $count > 0 ){
     print("start sending <br />\n");
@@ -58,5 +62,5 @@
 
 //----¡¡¥á¡¼¥ëÀ¸À®¤ÈÁ÷¿®
-for( $i = 0; $i < count( $time_data ); $i++ ) {
+for( $i = 0; $i < $count; $i++ ) {
 
     for( $j = 0; $j < count( $list_data[$i] ); $j ++ ) {
