No need to PHP < 5.3.0 compatibility

This commit is contained in:
Marcos García de La Fuente 2015-03-04 10:45:30 +01:00
parent a7741350fe
commit 7a2e60bb65

View File

@ -83,7 +83,6 @@ if (! empty($dolibarr_strict_mode))
}
else
{
if (! defined('E_DEPRECATED')) define('E_DEPRECATED',0); // For PHP < 5.3.0 compatibility
error_reporting(E_ALL & ~(E_STRICT|E_NOTICE|E_DEPRECATED));
}