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/frontparts/LC_Page_FrontParts_LoginCheck.php

    r20940 r20970  
    6969        // クッキー管理クラス 
    7070        $objCookie = new SC_Cookie_Ex(COOKIE_EXPIRE); 
    71         // パラメータ管理クラス 
     71        // パラメータ管理クラス 
    7272        $objFormParam = new SC_FormParam_Ex(); 
    7373 
    74         // パラメータ情報の初期化 
     74        // パラメータ情報の初期化 
    7575        $this->lfInitParam($objFormParam); 
    7676 
     
    195195 
    196196    /** 
    197      * パラメータ情報の初期化. 
    198      * 
    199      * @param SC_FormParam $objFormParam パラメータ管理クラス 
     197     * パラメータ情報の初期化. 
     198     * 
     199     * @param SC_FormParam $objFormParam パラメータ管理クラス 
    200200     * @return void 
    201201     */ 
Note: See TracChangeset for help on using the changeset viewer.