Index: branches/dev/html/mobile/nonmember/index.php
===================================================================
--- branches/dev/html/mobile/nonmember/index.php	(revision 12377)
+++ branches/dev/html/mobile/nonmember/index.php	(revision 12378)
@@ -100,22 +100,23 @@
             break;
         }
-    }else{
+    }
 
     //--¡¡ÆþÎÏ¥¨¥é¡¼¥Á¥§¥Ã¥¯
-    
-    if ($_POST["mode"] == "set1") {
-        $objPage->arrErr = lfErrorCheck1($objPage->arrForm);
-        $objPage->tpl_mainpage = 'nonmember/index.tpl';
-        $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(1/3)';
-    } elseif ($_POST["mode"] == "set2") {
-        $objPage->arrErr = lfErrorCheck2($objPage->arrForm);
-        $objPage->tpl_mainpage = 'nonmember/set1.tpl';
-        $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(2/3)';
-    } else {
-        $objPage->arrErr = lfErrorCheck3($objPage->arrForm);
-        $objPage->tpl_mainpage = 'nonmember/set2.tpl';
-        $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(3/3)';
-        }
-    }
+    if (!empty($_POST["mode"])) {
+            if ($_POST["mode"] == "set1") {
+            $objPage->arrErr = lfErrorCheck1($objPage->arrForm);
+            $objPage->tpl_mainpage = 'nonmember/index.tpl';
+            $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(1/3)';
+        } elseif ($_POST["mode"] == "set2") {
+            $objPage->arrErr = lfErrorCheck2($objPage->arrForm);
+            $objPage->tpl_mainpage = 'nonmember/set1.tpl';
+            $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(2/3)';
+        } else {
+            $objPage->arrErr = lfErrorCheck3($objPage->arrForm);
+            $objPage->tpl_mainpage = 'nonmember/set2.tpl';
+            $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(3/3)';
+        }
+    }
+
     foreach($objPage->arrForm as $key => $val) {
         $objPage->$key = $val;
