Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13299)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13301)
@@ -17,6 +17,6 @@
 if($_GET['mode'] == 'now') {
     //----¡¡Ì¤Á÷¿®¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë
-    //$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" );
-    $time_data = $conn->getAll( "SELECT send_id FROM dtb_send_history  WHERE  del_flg = 0 ORDER BY send_id ASC, start_date ASC" );
+    $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" );
+
 } else {
     
