Fix: restore parameters

This commit is contained in:
Regis Houssin 2012-07-09 10:10:21 +02:00
parent cd7bf41ae0
commit 1842fd3058

View File

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