Ignore:
Timestamp:
2009/05/15 16:30:40 (15 years ago)
Author:
kajiwara
Message:

2.4.0 正式版のコミット。コミット内容の詳細はこちら(http://svn.ec-cube.net/open_trac/query?status=closed&milestone=EC-CUBE2.4.0

File:
1 edited

Legend:

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

    r17504 r18007  
    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.