Fix: removed warning

This commit is contained in:
Laurent Destailleur 2012-07-08 16:54:08 +02:00
parent d11e22c970
commit 58b2b91928

View File

@ -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);