Index: branches/mobile/html/mobile/entry/index.php
===================================================================
--- branches/mobile/html/mobile/entry/index.php	(revision 11896)
+++ branches/mobile/html/mobile/entry/index.php	(revision 11898)
@@ -189,4 +189,6 @@
 		} elseif ($_POST["mode"] == "set2") {
 			$checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mail_flag");
+		} else {
+			$checkVal = array();
 		}
 
Index: branches/mobile/html/mobile/mypage/change.php
===================================================================
--- branches/mobile/html/mobile/mypage/change.php	(revision 11896)
+++ branches/mobile/html/mobile/mypage/change.php	(revision 11898)
@@ -160,4 +160,6 @@
 		} elseif ($_POST["mode"] == "set2") {
 			$checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mail_flag");
+		} else {
+			$checkVal = array();
 		}
 
