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

    r20911 r20970  
    7373        $objDb = new SC_Helper_DB_Ex(); 
    7474 
    75         // パラメータ管理クラス 
     75        // パラメータ管理クラス 
    7676        $objFormParam = new SC_FormParam_Ex(); 
    77         // パラメータ情報の初期化 
     77        // パラメータ情報の初期化 
    7878        $this->lfInitParam($objFormParam); 
    7979        $objFormParam->setParam($_POST); 
     
    125125 
    126126    /** 
    127      *  パラメータ情報の初期化 
     127     *  パラメータ情報の初期化 
    128128     *  @param SC_FormParam 
    129129     */ 
Note: See TracChangeset for help on using the changeset viewer.