Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6040)
+++ temp/trunk/html/install/index.php	(revision 6048)
@@ -15,6 +15,6 @@
 		);
 		$this->arrDB_PORT = array(
-			'pgsql' => '5432',
-			'mysql' => '3306'	
+			'pgsql' => '',
+			'mysql' => ''	
 		);
 	}
@@ -453,5 +453,5 @@
 		$db_port = DB_PORT;
 	} else {
-		$db_port = "5432";
+		$db_port = "";
 	}
 		
