- Timestamp:
- 2012/06/02 23:43:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/entry/LC_Page_Entry.php
r21867 r21883 96 96 if (isset($_POST['submit_address'])) { 97 97 // 入力エラーチェック 98 $this->arrErr = $this-> fnErrorCheck($_POST);98 $this->arrErr = $this->lfCheckError($_POST); 99 99 // 入力エラーの場合は終了 100 100 if (count($this->arrErr) == 0) { … … 303 303 * @return array $arrErr エラーメッセージ配列 304 304 */ 305 function fnErrorCheck($arrRequest) {305 function lfCheckError($arrRequest) { 306 306 // パラメーター管理クラス 307 307 $objFormParam = new SC_FormParam_Ex();
Note: See TracChangeset
for help on using the changeset viewer.
