Index: branches/dev/html/admin/mail/template.php
===================================================================
--- branches/dev/html/admin/mail/template.php	(revision 13637)
+++ branches/dev/html/admin/mail/template.php	(revision 13638)
@@ -45,5 +45,5 @@
 
 
-$sql = "SELECT *, (substring(create_date, 1, 19)) as disp_date FROM dtb_templates WHERE del_flg = 0 ORDER BY create_date DESC";
+$sql = "SELECT *, (substring(create_date, 1, 19)) as disp_date FROM dtb_mailmaga_template WHERE del_flg = 0 ORDER BY create_date DESC";
 $objPage->list_data = $list_data = $conn->getAll($sql);
 $objPage->arrMagazineType = $arrMagazineTypeAll;
