Index: branches/dev/html/admin/order/mail.php
===================================================================
--- branches/dev/html/admin/order/mail.php	(revision 13879)
+++ branches/dev/html/admin/order/mail.php	(revision 13880)
@@ -49,6 +49,5 @@
 $sql = "SELECT subject FROM dtb_mailtemplate WHERE del_flg=0";
 $mailTemp = $conn->getAll($sql);
-$objPage->mailTemp = $mailTemp[0];
-print_r($mailTemp[0][subject]);
+print_r($mailTemp);
 
 switch($_POST['mode']) {
