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/system/LC_Page_Admin_System_Plugin.php

    r20911 r20970  
    6868     */ 
    6969    function action() { 
    70         // パラメータ管理クラス 
     70        // パラメータ管理クラス 
    7171        $objFormParam = new SC_FormParam_Ex(); 
    72         // パラメータ情報の初期化 
     72        // パラメータ情報の初期化 
    7373        $this->lfInitParam($objFormParam); 
    7474        $objFormParam->setParam($_POST); 
     
    154154 
    155155    /** 
    156      * パラメータ初期化. 
     156     * パラメータ初期化. 
    157157     * 
    158158     * @param object $objFormParam 
     
    167167 
    168168    /** 
    169      * アップロードファイルパラメータ初期化. 
     169     * アップロードファイルパラメータ初期化. 
    170170     * 
    171171     * @param object $objUpFile SC_UploadFileのインスタンス. 
Note: See TracChangeset for help on using the changeset viewer.