Changeset 17276
- Timestamp:
- 2008/04/22 18:56:06 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Change.php
r17139 r17276 319 319 $checkVal = array("sex", "year", "month", "day", "zip01", "zip02"); 320 320 } else { 321 $checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mail _flag");321 $checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mailmaga_flg"); 322 322 } 323 323 … … 360 360 $checkVal = array("sex", "year", "month", "day", "zip01", "zip02"); 361 361 } elseif ($_POST["mode"] == "set2") { 362 $checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mail _flag");362 $checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mailmaga_flg"); 363 363 } else { 364 364 $checkVal = array();
Note: See TracChangeset
for help on using the changeset viewer.