Index: includes/bootstrap.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v retrieving revision 1.206.2.13 diff -u -p -r1.206.2.13 bootstrap.inc --- includes/bootstrap.inc 14 Sep 2009 13:33:39 -0000 1.206.2.13 +++ includes/bootstrap.inc 19 Feb 2010 23:27:41 -0000 @@ -141,6 +141,11 @@ define('LANGUAGE_LTR', 0); */ define('LANGUAGE_RTL', 1); +// Hide E_DEPRECATED messages. +if (defined('E_DEPRECATED')) { + error_reporting(error_reporting() ^ E_DEPRECATED); +} + /** * Start the timer with the specified name. If you start and stop * the same timer multiple times, the measured intervals will be