Ignore:
Timestamp:
2009/04/27 19:49:54 (17 years ago)
Author:
kajiwara
Message:

#447 分対応。 モバイルサイトの会員登録情報変更ができない不具合を修正しました。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4/data/class/pages/mypage/LC_Page_Mypage_Change.php

    r17504 r17989  
    355355                    if (!isset($_POST['mailmaga_flg'])) $_POST['mailmaga_flg'] = ""; 
    356356                    if (strtolower($_POST['mailmaga_flg']) == "on") { 
    357                         $_POST['mailmaga_flg'] = "2"; 
     357                        $this->arrForm['mailmaga_flg'] = "2"; 
    358358                    } else { 
    359                         $_POST['mailmaga_flg'] = "3"; 
     359                        $this->arrForm['mailmaga_flg'] = "3"; 
    360360                    } 
    361361 
Note: See TracChangeset for help on using the changeset viewer.