Index: branches/dev/html/admin/basis/mail.php
===================================================================
--- branches/dev/html/admin/basis/mail.php	(revision 13510)
+++ branches/dev/html/admin/basis/mail.php	(revision 13512)
@@ -33,5 +33,6 @@
         
         //-- ¸¡º÷¥Ç¡¼¥¿¼èÆÀ
-        $mail_list = $objQuery->getall("dtb_template");
+        $sql = "SELECT * FROM dtb_template";
+        $mail_list = $objQuery->query($sql);
         print_r($mail_list);exit;
         
