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/products/LC_Page_Admin_Products_Product.php

    r20498 r20501  
    7777     */ 
    7878    function action() { 
    79         $objFormParam = new SC_FormParam(); 
     79        $objFormParam = new SC_FormParam_Ex(); 
    8080 
    8181        // アップロードファイル情報の初期化 
     
    465465    function lfGetSearchParam($arrPost) { 
    466466        $arrSearchParam = array(); 
    467         $objFormParam = new SC_FormParam(); 
     467        $objFormParam = new SC_FormParam_Ex(); 
    468468 
    469469        parent::lfInitParam($objFormParam); 
Note: See TracChangeset for help on using the changeset viewer.