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);
 		// ÀÜÂ³¥¨¥é¡¼
