Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6260)
+++ temp/trunk/html/install/index.php	(revision 6261)
@@ -7,6 +7,4 @@
 require_once("../require.php");
 $INSTALL_DIR = realpath(dirname( __FILE__));
-
-define('DB_DEBUG', 12);
 
 class LC_Page {
@@ -533,5 +531,5 @@
 		$dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].":".$arrRet['db_port']."/".$arrRet['db_name'];
 		// Debug¥â¡¼¥É»ØÄê
-		$options['debug'] = DB_DEBUG;
+		$options['debug'] = PEAR_DB_DEBUG;
 		$objDB = DB::connect($dsn, $options);
 		// ÀÜÂ³¥¨¥é¡¼
@@ -573,5 +571,5 @@
 		}
 		// Debug¥â¡¼¥É»ØÄê
-		$options['debug'] = DB_DEBUG;
+		$options['debug'] = PEAR_DB_DEBUG;
 		$objDB = DB::connect($dsn, $options);
 		// ÀÜÂ³¥¨¥é¡¼
Index: temp/trunk/data/conf/conf.php
===================================================================
--- temp/trunk/data/conf/conf.php	(revision 6227)
+++ temp/trunk/data/conf/conf.php	(revision 6261)
@@ -18,4 +18,7 @@
 define("UPDATE_CSV_COL_MAX", 13);
 //--------------------------------------------------------------------------------------------------------
+
+// PEAR::DB¤Î¥Ç¥Ð¥Ã¥°¥â¡¼¥É
+define('PEAR_DB_DEBUG', 9);
 
 //¥Ð¥Ã¥Á¤ò¼Â¹Ô¤¹¤ëºÇÃ»¤Î´Ö³Ö(ÉÃ)
