Index: /temp/trunk/data/lib/slib.php
===================================================================
--- /temp/trunk/data/lib/slib.php	(revision 6251)
+++ /temp/trunk/data/lib/slib.php	(revision 6252)
@@ -23,7 +23,4 @@
 /* ¥Æ¡¼¥Ö¥ë¤ÎÂ¸ºß¥Á¥§¥Ã¥¯ */
 function sfTabaleExists($table_name, $dsn = DEFAULT_DSN) {
-	global $objDbConn;
-	unset($objDbConn);
-	
 	$objQuery = new SC_Query($dsn);
 	// Àµ¾ï¤ËÀÜÂ³¤µ¤ì¤Æ¤¤¤ë¾ì¹ç
Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 6251)
+++ /temp/trunk/html/install/index.php	(revision 6252)
@@ -579,5 +579,5 @@
 				if (trim($val) != "") {
 					$ret = $objDB->query($val);
-					if(PEAR::isError($ret) and $disp_err) {
+					if(PEAR::isError($ret) && $disp_err) {
 						$arrErr['all'] = ">> " . $ret->message . "<br>";
 						// ¥¨¥é¡¼Ê¸¤ò¼èÆÀ¤¹¤ë
