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/total/LC_Page_Admin_Total.php

    r20911 r20970  
    109109        } 
    110110 
    111         // パラメータ管理クラス 
     111        // パラメータ管理クラス 
    112112        $objFormParam = new SC_FormParam_Ex(); 
    113         // パラメータ情報の初期化 
     113        // パラメータ情報の初期化 
    114114        $this->lfInitParam($objFormParam); 
    115115        $objFormParam->setParam($_POST); 
     
    198198    } 
    199199 
    200     /* パラメータ情報の初期化 */ 
     200    /* パラメータ情報の初期化 */ 
    201201    function lfInitParam(&$objFormParam) { 
    202202        // デフォルト値の取得 
Note: See TracChangeset for help on using the changeset viewer.