Index: branches/dev/html/admin/mail/index.php
===================================================================
--- branches/dev/html/admin/mail/index.php	(revision 13569)
+++ branches/dev/html/admin/mail/index.php	(revision 13570)
@@ -429,5 +429,5 @@
             }elseif(DB_TYPE=="mysql"){
                 $sql = "SELECT * FROM dtb_send_customer WHERE send_id = ?";
-                print_r($conn->query($sql,array($dtb_send_history["send_id"])));exit; 
+                print_r($conn->getOne($sql,array($dtb_send_history["send_id"])));exit; 
                 $conn->autoExecute("dtb_send_customer", $dtb_send_customer );
                 
