Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6246)
+++ temp/trunk/html/install/index.php	(revision 6251)
@@ -83,4 +83,7 @@
 	$dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].":".$arrRet['db_port']."/".$arrRet['db_name'];
 	
+	global $objDbConn;
+	unset($objDbConn);
+	
 	/*
 		¥Ð¡¼¥¸¥ç¥ó¥¢¥Ã¥×Åù¤ÇÄÉ²Ã¥Æ¡¼¥Ö¥ë¤¬È¯À¸¤·¤¿ºÝ¤Ïµ­ºÜ¤¹¤ë
@@ -89,7 +92,5 @@
 	// ¥Æ¡¼¥Ö¥ë¤¬Â¸ºß¤·¤Ê¤¤¾ì¹ç¤ËÄÉ²Ã¤¹¤ë¡£
 	$objPage->arrErr = lfAddTable("dtb_session", $dsn);	// ¥»¥Ã¥·¥ç¥ó´ÉÍý¥Æ¡¼¥Ö¥ë
-	
-	sfPrintR($objPage->arrErr);
-	
+		
 	if(count($objPage->arrErr) == 0) {
 		// ¥¹¥­¥Ã¥×¤¹¤ë¾ì¹ç¤Ë¤Ï´°Î»²èÌÌ¤ØÁ«°Ü
