Ignore:
Timestamp:
2013/01/27 21:07:20 (11 years ago)
Author:
kim
Message:

#2060 r22372,r22381,r22382,r22386-r22390,r22397-r22400,r22407-r22411,r22416,r22417,r22420,r22421,r22423,r22425,r22426 を差し戻す。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/pages/products/LC_Page_Products_CategoryList.php

    r22423 r22433  
    158158    function lfInitParam($arrRequest) { 
    159159        $objFormParam = new SC_FormParam_Ex(); 
    160         $objFormParam->addParam(t('c_Category ID_01'), 'category_id', INT_LEN, 'n', array('NUM_CHECK','MAX_LENGTH_CHECK')); 
     160        $objFormParam->addParam(t('PARAM_LABEL_CATEGORY_ID'), 'category_id', INT_LEN, 'n', array('NUM_CHECK','MAX_LENGTH_CHECK')); 
    161161        // 値の取得 
    162162        $objFormParam->setParam($arrRequest); 
Note: See TracChangeset for help on using the changeset viewer.