Index: includes/common.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/common.inc,v retrieving revision 1.995 diff -u -r1.995 common.inc --- includes/common.inc 25 Sep 2009 15:20:12 -0000 1.995 +++ includes/common.inc 27 Sep 2009 03:26:48 -0000 @@ -830,7 +830,9 @@ E_USER_WARNING => 'User warning', E_USER_NOTICE => 'User notice', E_STRICT => 'Strict warning', - E_RECOVERABLE_ERROR => 'Recoverable fatal error' + E_RECOVERABLE_ERROR => 'Recoverable fatal error', + E_DEPRECATED => 'Deprecated function', + E_USER_DEPRECATED => 'User deprecated function', ); $caller = _drupal_get_last_caller(debug_backtrace());