- Timestamp:
- 2012/06/02 23:43:27 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis.php
r21867 r21883 95 95 $objFormParam->convParam(); 96 96 97 $this->arrErr = $this->lf ErrorCheck($objFormParam);97 $this->arrErr = $this->lfCheckError($objFormParam); 98 98 $post = $objFormParam->getHashArray(); 99 99 … … 263 263 264 264 // 入力エラーチェック 265 function lf ErrorCheck(&$objFormParam) {265 function lfCheckError(&$objFormParam) { 266 266 $arrErr = $objFormParam->checkError(); 267 267 $post = $objFormParam->getHashArray();
Note: See TracChangeset
for help on using the changeset viewer.