Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13600)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13603)
@@ -18,5 +18,5 @@
     //----¡¡Ì¤Á÷¿®¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë
     $time_data = $conn->getAll( "SELECT send_id FROM dtb_send_history  WHERE complete_count = 0 AND del_flg = 0 ORDER BY send_id ASC, start_date ASC" );
-print_r($time_data[0]);exit;
+
 } else {
     
@@ -34,5 +34,5 @@
 
 $count = count($time_data);
-
+print_r($count);exit;
 
 if( $count > 0 ){
