Index: branches/dev/html/admin/order/mail.php
===================================================================
--- branches/dev/html/admin/order/mail.php	(revision 13894)
+++ branches/dev/html/admin/order/mail.php	(revision 13895)
@@ -50,5 +50,11 @@
 $arrTemp = $conn->getAll($sql);
 
+for($i = 0;$i < count($arrTemp);$i++){
+    $arrTemp = $arrTemp[$i]['template_name'];
+}
+
 print_r($arrTemp);exit;
+
+
 $objPage->arrMAILTEMPLATE = $arrTemp[0];
 
