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

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

refs #1842

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis.php

    r21867 r21883  
    9595            $objFormParam->convParam(); 
    9696 
    97             $this->arrErr = $this->lfErrorCheck($objFormParam); 
     97            $this->arrErr = $this->lfCheckError($objFormParam); 
    9898            $post = $objFormParam->getHashArray(); 
    9999 
     
    263263 
    264264    // 入力エラーチェック 
    265     function lfErrorCheck(&$objFormParam) { 
     265    function lfCheckError(&$objFormParam) { 
    266266        $arrErr = $objFormParam->checkError(); 
    267267        $post = $objFormParam->getHashArray(); 
Note: See TracChangeset for help on using the changeset viewer.