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

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

refs #1842

File:
1 edited

Legend:

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

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