Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 5998)
+++ temp/trunk/html/install/index.php	(revision 5999)
@@ -13,4 +13,8 @@
 			'pgsql' => 'PostgreSQL',
 			'mysql' => 'MySQL'	
+		);
+		$this->arrDB_PORT = array(
+			'pgsql' => '5432',
+			'mysql' => '3306'	
 		);
 	}
