Don't display deprecated

This commit is contained in:
Michael RICOIS 2014-10-31 15:47:25 +00:00
parent 8f8af8721a
commit d8ee88d48c

View File

@ -14,7 +14,7 @@
* 0 8 * * 0,6 /home/scores/batch/scripts/calculScoreSurv.php >> /home/data/sources/log/calculScoreSurv.log * 0 8 * * 0,6 /home/scores/batch/scripts/calculScoreSurv.php >> /home/data/sources/log/calculScoreSurv.log
*/ */
error_reporting(E_ALL ^ E_STRICT ^ E_NOTICE ^ E_WARNING); error_reporting(E_ALL ^ E_STRICT ^ E_NOTICE ^ E_WARNING ^ E_DEPRECATED);
// Define path to application directory // Define path to application directory
defined('APPLICATION_PATH') defined('APPLICATION_PATH')