Changeset 11898
- Timestamp:
- 2007/03/16 10:46:16 (16 years ago)
- Location:
- branches/mobile/html/mobile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mobile/html/mobile/entry/index.php
r11896 r11898 189 189 } elseif ($_POST["mode"] == "set2") { 190 190 $checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mail_flag"); 191 } else { 192 $checkVal = array(); 191 193 } 192 194 -
branches/mobile/html/mobile/mypage/change.php
r11896 r11898 160 160 } elseif ($_POST["mode"] == "set2") { 161 161 $checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mail_flag"); 162 } else { 163 $checkVal = array(); 162 164 } 163 165
Note: See TracChangeset
for help on using the changeset viewer.