diff --git a/include/functions.php b/include/functions.php index a116deb0..6f0d1ccc 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1844,7 +1844,8 @@ function userlogin() { $Cache->setClearCache(1); } if ($enablesqldebug_tweak == 'yes' && get_user_class() >= $sqldebug_tweak) { - error_reporting(E_ALL & ~E_NOTICE); +// error_reporting(E_ALL & ~E_NOTICE); + error_reporting(-1); } }