Ignore:
Timestamp:
2012/06/02 23:43:27 (12 years ago)
Author:
Yammy
Message:

LC_Page_*系のエラーチェック関数の名称統一かも

refs #1842

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/mypage/LC_Page_Mypage_Change.php

    r21867 r21883  
    9595                if (isset($_POST['submit_address'])) { 
    9696                    // 入力エラーチェック 
    97                     $this->arrErr = $this->fnErrorCheck($_POST); 
     97                    $this->arrErr = $this->lfCheckError($_POST); 
    9898                    // 入力エラーの場合は終了 
    9999                    if (count($this->arrErr) == 0) { 
     
    192192     * @return array $arrErr エラーメッセージ配列 
    193193     */ 
    194     function fnErrorCheck($arrRequest) { 
     194    function lfCheckError($arrRequest) { 
    195195        // パラメーター管理クラス 
    196196        $objFormParam = new SC_FormParam_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.