Index: branches/dev/html/admin/order/mail.php
===================================================================
--- branches/dev/html/admin/order/mail.php	(revision 13870)
+++ branches/dev/html/admin/order/mail.php	(revision 13871)
@@ -92,7 +92,9 @@
 	break;
 case 'change':
+	$conn = new SC_DbConn();
 	// POSTÃÍ¤Î¼èÆÀ
 	$objFormParam->setValue('template_id', $_POST['template_id']);
-	$mailTemp = "SELECT template_id FROM dtb_mailtemplate WHERE del_flg=0";
+	$sql = "SELECT template_id FROM dtb_mailtemplate WHERE del_flg=0";
+	$mailTemp = $conn->getAll($sql);
 	print_r($mailTemp);
 	if(sfIsInt($_POST['template_id'])) {
