Ignore:
Timestamp:
2011/03/04 22:55:53 (13 years ago)
Author:
shutta
Message:

SC_FormParamクラスのclass_extends対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php

    r20499 r20501  
    8787    function action() { 
    8888        // パラメータ管理クラス 
    89         $objFormParam = new SC_FormParam(); 
     89        $objFormParam = new SC_FormParam_Ex(); 
    9090        // 検索引き継ぎ用パラメーター管理クラス 
    91         $objFormSearchParam = new SC_FormParam(); 
     91        $objFormSearchParam = new SC_FormParam_Ex(); 
    9292 
    9393        // モードによる処理切り替え 
Note: See TracChangeset for help on using the changeset viewer.