Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 5090)
+++ temp/trunk/html/install/index.php	(revision 5091)
@@ -447,5 +447,5 @@
 
 // SQLÊ¸¤Î¼Â¹Ô
-function lfExecuteSQL($filepath, $db_user, $db_password, $db_server, $db_name, $db_type, $db_port) {
+function lfExecuteSQL($filepath, $db_user, $db_password, $db_server, $db_name, $db_type, $db_port, $disp_err = false) {
 	$arrErr = array();
 
@@ -471,5 +471,5 @@
 				if ($val != "") {
 					$ret = $objDB->query($val);
-					if(PEAR::isError($ret)) {
+					if(PEAR::isError($ret) and $disp_err) {
 						$arrErr['all'] = ">> " . $ret->message . "<br>";
 						// ¥¨¥é¡¼Ê¸¤ò¼èÆÀ¤¹¤ë
