Index: branches/dev/html/admin/order/mail.php
===================================================================
--- branches/dev/html/admin/order/mail.php	(revision 13690)
+++ branches/dev/html/admin/order/mail.php	(revision 13693)
@@ -26,4 +26,12 @@
 sfIsSuccess($objSess);
 
+//-- ¥«¥é¥à¤ÎÇÛÎó
+$arrRegistColumn = array(
+                           array(  "column" => "name01",		"convert" => "aKV" ),
+                           array(  "column" => "name02",		"convert" => "aKV" ),
+                           array(  "column" => "email",		"convert" => "a" ),
+						   array(  "column" => "email_mobile",	"convert" => "a" ),
+                         );
+
 // ¸¡º÷¥Ñ¥é¥á¡¼¥¿¤Î°ú¤­·Ñ¤®
 foreach ($_POST as $key => $val) {
@@ -34,15 +42,9 @@
 
 $objPage->tpl_order_id = $_POST['order_id'];
-$objPage->tpl_order_name01 = $_POST['order_name01'];
-$objPage->tpl_order_name02 = $_POST['order_name02'];
-$objPage->tpl_order_email = $_POST['order_email'];
-
-print_r($_POST);
-//print_r($objPage);
 
 // ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹
 $objFormParam = new SC_FormParam();
 // ¥Ñ¥é¥á¡¼¥¿¾ðÊó¤Î½é´ü²½
-lfInitParam($objPage->tpl_order_id);
+lfInitParam();
 
 switch($_POST['mode']) {
