diff --git a/inc/runtime.php b/inc/runtime.php index b6037a5..5be7c70 100644 --- a/inc/runtime.php +++ b/inc/runtime.php @@ -1,7 +1,7 @@ = 0) { - error_reporting(E_ALL & ~E_DEPRECATED); + error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE); } if (function_exists("date_default_timezone_set")) date_default_timezone_set(@date_default_timezone_get()); diff --git a/refresh_dblist.php b/refresh_dblist.php index 1882628..e12bf77 100644 --- a/refresh_dblist.php +++ b/refresh_dblist.php @@ -4,7 +4,7 @@ * * Add configuration file names to array $excludedConfigurationFiles to skip configurations. */ -error_reporting(E_ALL ^ ~E_NOTICE); +error_reporting(E_ALL & ~E_NOTICE); $verbose = true; /** * Build exclude array with configuration files that should be skipped