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/admin/basis/LC_Page_Admin_Basis_Point.php

    r20911 r20970  
    6969        $objDb = new SC_Helper_DB_Ex(); 
    7070 
    71         // パラメータ管理クラス 
     71        // パラメータ管理クラス 
    7272        $objFormParam = new SC_FormParam_Ex(); 
    73         // パラメータ情報の初期化 
     73        // パラメータ情報の初期化 
    7474        $this->lfInitParam($objFormParam); 
    7575        // POST値の取得 
     
    121121    } 
    122122 
    123     /* パラメータ情報の初期化 */ 
     123    /* パラメータ情報の初期化 */ 
    124124    function lfInitParam(&$objFormParam) { 
    125125        $objFormParam->addParam("ポイント付与率", "point_rate", PERCENTAGE_LEN, 'n', array("EXIST_CHECK", "MAX_LENGTH_CHECK", "NUM_CHECK")); 
Note: See TracChangeset for help on using the changeset viewer.