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/LC_Page_InputZip.php

    r20764 r20970  
    102102     */ 
    103103    function fnErrorCheck($arrRequest) { 
    104         // パラメータ管理クラス 
     104        // パラメータ管理クラス 
    105105        $objFormParam = new SC_FormParam_Ex(); 
    106         // パラメータ情報の初期化 
     106        // パラメータ情報の初期化 
    107107        $objFormParam->addParam('郵便番号1', 'zip1', ZIP01_LEN, 'n', array('NUM_COUNT_CHECK', 'NUM_CHECK')); 
    108108        $objFormParam->addParam('郵便番号2', 'zip2', ZIP02_LEN, 'n', array('NUM_COUNT_CHECK', 'NUM_CHECK')); 
Note: See TracChangeset for help on using the changeset viewer.