Index: branches/dev/html/mobile/nonmember/index.php
===================================================================
--- branches/dev/html/mobile/nonmember/index.php	(revision 14943)
+++ branches/dev/html/mobile/nonmember/index.php	(revision 14944)
@@ -81,5 +81,5 @@
     $objFormParam->toLower('order_mail');
     $objFormParam->toLower('order_mail_check');
-    $objPage->arrErr = lfCheckError3();
+    $objPage->arrErr = lfCheckError();
     // ÆþÎÏ¥¨¥é¡¼¤Ê¤·
     if(count($objPage->arrErr) == 0) {
@@ -237,5 +237,5 @@
         // ÆþÎÏ¥¨¥é¡¼¤Î¥Á¥§¥Ã¥¯
     if ($objPage->arrErr || !empty($_POST["return"])) {     
-
+        sfprintr($objPage->arrForm);exit;
         //-- ¥Ç¡¼¥¿¤ÎÀßÄê
         if ($_POST["mode2"] == "set2") {
@@ -278,5 +278,5 @@
             $checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mail_flag");
         } else {
-            $checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mail_flag");
+            $checkVal = array();
         }
 
