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/contents/LC_Page_Admin_Contents_CsvSql.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); 
     
    258258                $arrRet[ $table ] = 'データテーブル: ' . $table; 
    259259            }else if(substr($table, 0, 4) == 'mtb_') { 
    260                 $arrRet[ $table ] = 'マスタテーブル: ' . $table; 
     260                $arrRet[ $table ] = 'マスタテーブル: ' . $table; 
    261261            }else if(substr($table, 0, 3) == 'vw_') { 
    262262                $arrRet[ $table ] = 'ビュー: ' . $table; 
Note: See TracChangeset for help on using the changeset viewer.