From 1842fd30586880488621074a01f9d5edf049f002 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 9 Jul 2012 10:10:21 +0200 Subject: [PATCH] Fix: restore parameters --- htdocs/filefunc.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php index fe1aa8282b9..2256aaea066 100755 --- a/htdocs/filefunc.inc.php +++ b/htdocs/filefunc.inc.php @@ -54,8 +54,8 @@ if (! defined('LOG_DEBUG')) } // Force PHP error_reporting setup (Dolibarr may report warning without this) -//error_reporting(E_ALL & ~(E_STRICT|E_NOTICE|E_DEPRECATED)); -error_reporting(E_ALL | E_STRICT); +error_reporting(E_ALL & ~(E_STRICT|E_NOTICE|E_DEPRECATED)); +//error_reporting(E_ALL | E_STRICT); // End of common declaration part if (defined('DOL_INC_FOR_VERSION_ERROR')) return;