Index: branches/dev/html/admin/order/mail.php
===================================================================
--- branches/dev/html/admin/order/mail.php	(revision 13893)
+++ branches/dev/html/admin/order/mail.php	(revision 13894)
@@ -49,4 +49,6 @@
 $sql = "SELECT template_name FROM dtb_mailtemplate WHERE del_flg=0";
 $arrTemp = $conn->getAll($sql);
+
+print_r($arrTemp);exit;
 $objPage->arrMAILTEMPLATE = $arrTemp[0];
 
