Index: /branches/dev/html/admin/order/mail.php
===================================================================
--- /branches/dev/html/admin/order/mail.php	(revision 13683)
+++ /branches/dev/html/admin/order/mail.php	(revision 13685)
@@ -26,12 +26,4 @@
 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) {
@@ -45,6 +37,8 @@
 $objPage->tpl_order_name02 = $_POST['order_name02'];
 $objPage->tpl_order_email = $_POST['order_email'];
-print_r($objPage->tpl_order_name02);
-print_r($_POST['order_id']);
+
+print_r($objPage->tpl_order_id);
+print_r($objPage);
+
 // ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹
 $objFormParam = new SC_FormParam();
