Index: /branches/dev/html/admin/order/mail.php
===================================================================
--- /branches/dev/html/admin/order/mail.php	(revision 13901)
+++ /branches/dev/html/admin/order/mail.php	(revision 13902)
@@ -104,5 +104,6 @@
 	// POSTÃÍ¤Î¼èÆÀ
 	$objFormParam->setValue('template_id', $_POST['template_id']);
-	if(sfIsInt($_POST['template_id'])) {
+	print_r($_POST['template_id']);exit;
+    if(sfIsInt($_POST['template_id'])) {
 		$objQuery = new SC_Query();
 		$where = "template_id = ?";
