Ignore:
Timestamp:
2012/02/15 19:56:17 (12 years ago)
Author:
Seasoft
Message:

#1625 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r21481 r21514  
    155155    function lfInitParam($arrRequest) { 
    156156        $objFormParam = new SC_FormParam_Ex(); 
    157         $objFormParam->addParam("カテゴリID", 'category_id', INT_LEN, 'n', array('NUM_CHECK','MAX_LENGTH_CHECK')); 
     157        $objFormParam->addParam('カテゴリID', 'category_id', INT_LEN, 'n', array('NUM_CHECK','MAX_LENGTH_CHECK')); 
    158158        // 値の取得 
    159159        $objFormParam->setParam($arrRequest); 
Note: See TracChangeset for help on using the changeset viewer.