Index: /branches/dev/html/admin/mail/sendmail.php
===================================================================
--- /branches/dev/html/admin/mail/sendmail.php	(revision 13294)
+++ /branches/dev/html/admin/mail/sendmail.php	(revision 13299)
@@ -17,5 +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 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" );
 } else {
     
@@ -155,5 +156,5 @@
             // ´°Î»¤ò1¤³Áý¤ä¤¹
             $sql = "UPDATE dtb_send_history SET complete_count = complete_count + 1 WHERE send_id = ?";
-            $conn->query( $sql, array($mail_data[$i][0]["send_id"]) );
+            $conn->query( $sql, array($mail_data[$i][0]["send_id"]));
         }
 
