From 58b2b91928a89bf5e4c44c95af30599b406525e2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sun, 8 Jul 2012 16:54:08 +0200 Subject: [PATCH] Fix: removed warning --- htdocs/filefunc.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php index 72685068e0b..1dffc3d9dfd 100755 --- a/htdocs/filefunc.inc.php +++ b/htdocs/filefunc.inc.php @@ -54,7 +54,7 @@ if (! defined('LOG_DEBUG')) } // Force PHP error_reporting setup (Dolibarr may report warning without this) -error_reporting(E_ALL & ~(E_STRICT|E_NOTICE)); +error_reporting(E_ALL & ~(E_STRICT|E_NOTICE|E_DEPRECATED)); //error_reporting(E_ALL | E_STRICT); -- GitLab