Index: /branches/dev/html/admin/mail/index.php
===================================================================
--- /branches/dev/html/admin/mail/index.php	(revision 13572)
+++ /branches/dev/html/admin/mail/index.php	(revision 13573)
@@ -428,6 +428,8 @@
                 $conn->autoExecute("dtb_send_customer", $dtb_send_customer );					
             }elseif(DB_TYPE=="mysql"){
-                $sql = "SELECT * FROM dtb_send_customer WHERE send_id = ?";
-                print_r($conn->getAll($sql,array($dtb_send_history["send_id"])));exit; 
+                //$sql = "SELECT * FROM dtb_send_customer WHERE send_id = ?";
+                $sql = "SELECT * FROM dtb_send_customer ";
+                //print_r($conn->getAll($sql,array($dtb_send_history["send_id"])));exit;
+                print_r($conn->getAll($sql));exit; 
                 $conn->autoExecute("dtb_send_customer", $dtb_send_customer );
                 
