Index: temp/trunk/html/shopping/index.php
===================================================================
--- temp/trunk/html/shopping/index.php	(revision 3630)
+++ temp/trunk/html/shopping/index.php	(revision 3631)
@@ -42,5 +42,4 @@
 }
 
-sfprintr($_POST);
 switch($_POST['mode']) {
 case 'nonmember_confirm':
@@ -52,4 +51,6 @@
 	$objFormParam->toLower('order_mail');
 	$objFormParam->toLower('order_mail_check');
+	
+	sfprintr($objPage->arrErr);
 	
 	$objPage->arrErr = lfCheckError();
