Ignore:
Timestamp:
2011/06/10 19:27:24 (13 years ago)
Author:
Seasoft
Message:

#1288 (「-er」カタカナ表記の統一)

  • 現状で混在が発生しているもののみ改修。
File:
1 edited

Legend:

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

    r20953 r20970  
    4949    var $arrRECOMMEND; 
    5050 
    51     /** フォームパラメータ */ 
     51    /** フォームパラメータ */ 
    5252    var $objFormParam; 
    5353 
     
    9595        $objCustomer = new SC_Customer_Ex(); 
    9696 
    97         // パラメータ管理クラス 
     97        // パラメータ管理クラス 
    9898        $this->objFormParam = new SC_FormParam_Ex(); 
    99         // パラメータ情報の初期化 
     99        // パラメータ情報の初期化 
    100100        $this->arrForm = $this->lfInitParam($this->objFormParam); 
    101101        // ファイル管理クラス 
     
    375375    } 
    376376 
    377     /* パラメータ情報の初期化 */ 
     377    /* パラメータ情報の初期化 */ 
    378378    function lfInitParam(&$objFormParam) { 
    379379        $objFormParam->addParam("規格1", "classcategory_id1", INT_LEN, 'n', array("NUM_CHECK", "MAX_LENGTH_CHECK")); 
Note: See TracChangeset for help on using the changeset viewer.