Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 5076)
+++ temp/trunk/html/install/index.php	(revision 5077)
@@ -416,4 +416,6 @@
 	if ($arrRet['db_type'] == 'pgsql') {
 		$arrRet['db_port'] = "";
+	}else{
+		$arrRet['db_port'] = ":".$arrRet['db_port'];
 	}
 	$objErr = new SC_CheckError($arrRet);
