From f09dfe88648b03b7df945312c186e7073fba44f4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur 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 1a15ed81d99..2256aaea066 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); // End of common declaration part