Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 5279)
+++ temp/trunk/html/install/index.php	(revision 5280)
@@ -427,9 +427,8 @@
 	$objErr->arrErr = $objFormParam->checkError();
 	
-	sfprintr($dsn);
-	
 	if(count($objErr->arrErr) == 0) {
 		// ÀÜÂ³³ÎÇ§
 		$dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].$port."/".$arrRet['db_name'];
+	sfprintr($dsn);
 		// Debug¥â¡¼¥É»ØÄê
 		$options['debug'] = 3;
