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_ZipInstall.php

    r20961 r20970  
    9696     */ 
    9797    function action() { 
    98         // パラメータ管理クラス 
     98        // パラメータ管理クラス 
    9999        $objFormParam = new SC_FormParam_Ex(); 
    100         // パラメータ情報の初期化 
     100        // パラメータ情報の初期化 
    101101        $this->lfInitParam($this->tpl_mode, $objFormParam); 
    102102        $objFormParam->setParam($_GET); 
     
    189189 
    190190    /** 
    191      * パラメータ情報の初期化 
     191     * パラメータ情報の初期化 
    192192     * 
    193193     * @return void 
Note: See TracChangeset for help on using the changeset viewer.