Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 6259)
+++ /temp/trunk/html/install/index.php	(revision 6260)
@@ -180,5 +180,4 @@
 		}
 	}
-
 
 	// ¥Æ¡¼¥Ö¥ë¤Îºï½ü
Index: /temp/trunk/data/class/SC_DbConn.php
===================================================================
--- /temp/trunk/data/class/SC_DbConn.php	(revision 6221)
+++ /temp/trunk/data/class/SC_DbConn.php	(revision 6260)
@@ -26,5 +26,6 @@
 		global $objDbConn;
 		
-		$options['debug'] = 9;
+		// Debug¥â¡¼¥É»ØÄê
+		$options['debug'] = PEAR_DB_DEBUG;
 		// ´û¤ËÀÜÂ³¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤Ë¤ÏÀÜÂ³¤·¤Ê¤¤
 		if(!isset($objDbConn->connection)) {
