Index: branches/dev/html/admin/order/mail.php
===================================================================
--- branches/dev/html/admin/order/mail.php	(revision 13872)
+++ branches/dev/html/admin/order/mail.php	(revision 13876)
@@ -97,5 +97,5 @@
 	$sql = "SELECT subject FROM dtb_mailtemplate WHERE del_flg=0";
 	$mailTemp = $conn->getAll($sql);
-	print_r($mailTemp);
+	print_r($mailTemp[0][subject]);
 	if(sfIsInt($_POST['template_id'])) {
 		$objQuery = new SC_Query();
