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/customer/LC_Page_Admin_Customer.php

    r20953 r20970  
    4949        $this->tpl_pager = 'pager.tpl'; 
    5050        $this->tpl_maintitle = '会員管理'; 
    51         $this->tpl_subtitle = '会員マスタ'; 
     51        $this->tpl_subtitle = '会員マスタ'; 
    5252 
    5353        $masterData = new SC_DB_MasterData_Ex(); 
     
    9797     */ 
    9898    function action() { 
    99         // パラメータ管理クラス 
     99        // パラメータ管理クラス 
    100100        $objFormParam = new SC_FormParam_Ex(); 
    101         // パラメータ設定 
     101        // パラメータ設定 
    102102        $this->lfInitParam($objFormParam); 
    103103        $objFormParam->setParam($_POST); 
Note: See TracChangeset for help on using the changeset viewer.