Index: /branches/dev/html/admin/order/mail.php
===================================================================
--- /branches/dev/html/admin/order/mail.php	(revision 13906)
+++ /branches/dev/html/admin/order/mail.php	(revision 13907)
@@ -108,5 +108,5 @@
 		$where = "template_id = ?";
 		$arrRet = $objQuery->select("subject, header, footer", "dtb_mailtemplate", $where, array($_POST['template_id']));
-		print_r($arrRet[0]);exit;
+		print_r($arrRet);exit;
         $objFormParam->setParam($arrRet[0]);
 	}
