Ignore:
Timestamp:
2013/01/30 20:29:56 (11 years ago)
Author:
Seasoft
Message:

r22477 の修正。

r22477 commit message:
#2082 (LC_Page_Admin_Basis 登録後の値はDB取得していない)
#2083 (基本情報管理>SHOPマスター 登録確認ダイアログが表示されない)
#1905 (typo修正・ソース整形・ソースコメントの改善)
#2044 (無駄な処理を改善する for 2.12.4)
#2085 (LC_Page_Admin_Basis#lfInsertData 休日設定が無視される)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis.php

    r22477 r22485  
    8080    function action() { 
    8181        $objDb = new SC_Helper_DB_Ex(); 
    82  
     82        $objFormParam = new SC_FormParam_Ex(); 
     83 
     84 
     85        $this->lfInitParam($objFormParam, $_POST); 
    8386        $this->tpl_onload = "fnCheckLimit('downloadable_days', 'downloadable_days_unlimited', '" . DISABLED_RGB . "');"; 
    8487 
    8588        if ($this->getMode() === 'confirm') { 
    86             $objFormParam = new SC_FormParam_Ex(); 
    87             $this->lfInitParam($objFormParam, $_POST); 
    8889            $objFormParam->setParam($_POST); 
    8990            $objFormParam->convParam(); 
Note: See TracChangeset for help on using the changeset viewer.