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

    r20953 r20970  
    242242    } 
    243243 
    244     // パラメータの取得 
     244    // パラメータの取得 
    245245    function getValue($keyname) { 
    246246        // ポイントはリアルタイム表示 
     
    255255    } 
    256256 
    257     // パラメータのセット 
     257    // パラメータのセット 
    258258    function setValue($keyname, $val) { 
    259259        $_SESSION['customer'][$keyname] = $val; 
    260260    } 
    261261 
    262     // パラメータがNULLかどうかの判定 
     262    // パラメータがNULLかどうかの判定 
    263263    function hasValue($keyname) { 
    264264        if (isset($_SESSION['customer'][$keyname])) { 
Note: See TracChangeset for help on using the changeset viewer.