Changeset 5085 for temp/trunk
- Timestamp:
- 2006/09/18 18:08:42 (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
r5084 r5085 62 62 case 'step2': 63 63 //ÆþÎÏÃͤΥ¨¥é¡¼¥Á¥§¥Ã¥¯ 64 if ($_POST['db_type'] == 'pgsql') { 65 $_POST['db_port'] = ""; 66 }else{ 67 $_POST['db_port'] = ":".$_POST['db_port']; 68 $objDBParam->setValue("db_port", $_POST['db_port']); 69 $objWEBParam->setValue("db_port", $_POST['db_port']); 70 } 71 64 72 $objPage->arrErr = lfCheckDBError($objDBParam); 65 73 … … 417 425 $objErr->arrErr = $objFormParam->checkError(); 418 426 419 if ($arrRet['db_type'] == 'pgsql') {420 $arrRet['db_port'] = "";421 }else{422 $arrRet['db_port'] = ":".$arrRet['db_port'];423 $objFormParam->setValue("db_port", $arrRet['db_port']);424 sfprintr($objFormParam);425 }426 427 427 if(count($objErr->arrErr) == 0) { 428 428 // Àܳ³Îǧ
Note: See TracChangeset
for help on using the changeset viewer.
