Changeset 20544 for branches/version-2_5-dev/html/install/index.php
- Timestamp:
- 2011/03/07 17:18:14 (15 years ago)
- File:
-
- 1 edited
-
branches/version-2_5-dev/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/install/index.php
r20540 r20544 102 102 case 'step1': 103 103 //入力値のエラーチェック 104 $objPage->arrErr = lfCheckW EBError($objWebParam);104 $objPage->arrErr = lfCheckWebError($objWebParam); 105 105 if(count($objPage->arrErr) == 0) { 106 106 $objPage = lfDispStep2($objPage);
Note: See TracChangeset
for help on using the changeset viewer.
