Changeset 5350 for temp/trunk
- Timestamp:
- 2006/09/21 20:27:51 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r5349 r5350 80 80 $arrRet = $objDBParam->getHashArray(); 81 81 82 $skip = $_POST["skip"];83 if ($skip == "no") {84 85 82 // ¥Æ¡¼¥Ö¥ë¤ÎºîÀ® 86 83 $objPage->arrErr = lfExecuteSQL("./create_table_".$arrRet['db_type'].".sql", $arrRet['db_user'], $arrRet['db_password'], $arrRet['db_server'], $arrRet['db_name'], $arrRet['db_type'], $arrRet['db_port']); … … 131 128 } 132 129 } 133 } 130 134 131 135 132 if(count($objPage->arrErr) == 0) {
Note: See TracChangeset
for help on using the changeset viewer.
