Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 5993)
+++ /temp/trunk/html/install/index.php	(revision 5994)
@@ -490,5 +490,5 @@
 	if(count($objErr->arrErr) == 0) {
 		// ÀÜÂ³³ÎÇ§
-		$dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].$port."/".$arrRet['db_name'];
+		$dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].":".$arrRet['db_port']."/".$arrRet['db_name'];
 		// Debug¥â¡¼¥É»ØÄê
 		$options['debug'] = 3;
@@ -519,5 +519,5 @@
 		}
 
-		$dsn = $db_type."://".$db_user.":".$db_password."@".$db_server.$db_port."/".$db_name;
+		$dsn = $db_type."://".$db_user.":".$db_password."@".$db_server.":".$db_port."/".$db_name;
 		
 		$objDB = DB::connect($dsn);
