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/order/LC_Page_Admin_Order_Mail.php

    r20911 r20970  
    7171     */ 
    7272    function action() { 
    73         // パラメータ管理クラス 
     73        // パラメータ管理クラス 
    7474        $objFormParam = new SC_FormParam_Ex(); 
    75         // パラメータ情報の初期化 
     75        // パラメータ情報の初期化 
    7676        $this->lfInitParam($objFormParam); 
    7777 
     
    8181        $this->tpl_order_id = $objFormParam->getValue('order_id'); 
    8282 
    83         // 検索パラメータの引き継ぎ 
     83        // 検索パラメータの引き継ぎ 
    8484        $this->arrSearchHidden = $objFormParam->getSearchArray(); 
    8585 
     
    213213 
    214214    /** 
    215      * パラメータ情報の初期化 
     215     * パラメータ情報の初期化 
    216216     * @param SC_FormParam $objFormParam 
    217217     */ 
    218218    function lfInitParam(&$objFormParam) { 
    219         // 検索条件のパラメータを初期化 
     219        // 検索条件のパラメータを初期化 
    220220        parent::lfInitParam($objFormParam); 
    221221 
Note: See TracChangeset for help on using the changeset viewer.