- Timestamp:
- 2012/02/06 11:27:03 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/LC_Page_InputZip.php
r21441 r21442 112 112 $arrErr = $objFormParam->checkError(); 113 113 // 親ウィンドウの戻り値を格納するinputタグのnameのエラーチェック 114 if (!$this->lfInputNameCheck($arrRequest['input1']) ) {114 if (!$this->lfInputNameCheck($arrRequest['input1'])) { 115 115 $arrErr['input1'] = "※ 入力形式が不正です。<br />"; 116 116 } 117 if (!$this->lfInputNameCheck($arrRequest['input2']) ) {117 if (!$this->lfInputNameCheck($arrRequest['input2'])) { 118 118 $arrErr['input2'] = "※ 入力形式が不正です。<br />"; 119 119 }
Note: See TracChangeset
for help on using the changeset viewer.
