Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 5104)
+++ temp/trunk/html/install/index.php	(revision 5105)
@@ -461,6 +461,4 @@
 		$dsn = $db_type."://".$db_user.":".$db_password."@".$db_server.$port."/".$db_name;
 		
-		sfprintr($dsn);
-		
 		$objDB = DB::connect($dsn);
 		// ÀÜÂ³¥¨¥é¡¼
@@ -471,4 +469,5 @@
 			foreach($sql_split as $key => $val){
 				if ($val != "") {
+					sfprintr($val);
 					$ret = $objDB->query($val);
 					if(PEAR::isError($ret) and $disp_err) {
