Index: /branches/dev/html/admin/mail/sendmail.php
===================================================================
--- /branches/dev/html/admin/mail/sendmail.php	(revision 13613)
+++ /branches/dev/html/admin/mail/sendmail.php	(revision 13614)
@@ -35,8 +35,4 @@
 $count = count($time_data);
 
-if(DB_TYPE == "mysql"){
-    $count  = $count -1;
-}
-
 //print_r($count);exit;
 
@@ -54,4 +50,6 @@
     $sql = "SELECT * FROM dtb_send_customer WHERE send_id = ? AND (send_flag = 2 OR send_flag IS NULL)";
     $list_data[] = $conn->getAll( $sql, array( $time_data[$i]["send_id"] ) );
+    
+    print_r($list_data);
     
     $sql = "SELECT * FROM dtb_send_history WHERE send_id = ?";
