Index: /branches/dev/html/admin/mail/sendmail.php
===================================================================
--- /branches/dev/html/admin/mail/sendmail.php	(revision 13604)
+++ /branches/dev/html/admin/mail/sendmail.php	(revision 13605)
@@ -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("SELECT * FROM dtb_send_history WHERE send_id = $time_data[0]");print("<br>");
+    print_r($conn->getAll("SELECT * FROM dtb_send_history WHERE send_id = $time_data[0]"));print("<br>");
 } else {
     
