Changeset 11898


Ignore:
Timestamp:
2007/03/16 10:46:16 (17 years ago)
Author:
rebelt
Message:

修正です。

Location:
branches/mobile/html/mobile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/mobile/html/mobile/entry/index.php

    r11896 r11898  
    189189        } elseif ($_POST["mode"] == "set2") { 
    190190            $checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mail_flag"); 
     191        } else { 
     192            $checkVal = array(); 
    191193        } 
    192194 
  • branches/mobile/html/mobile/mypage/change.php

    r11896 r11898  
    160160        } elseif ($_POST["mode"] == "set2") { 
    161161            $checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mail_flag"); 
     162        } else { 
     163            $checkVal = array(); 
    162164        } 
    163165 
Note: See TracChangeset for help on using the changeset viewer.