From: Alexandre Emsenhuber Date: Sun, 3 Oct 2010 08:50:23 +0000 (+0000) Subject: Per Nikerabbit, follow-up to r74191: tag for removal in 1.19; I removed the last... X-Git-Tag: 1.31.0-rc.0~34650 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=90729fccac3f434fc969bc7cedffc8efc91dfbfd;p=lhc%2Fweb%2Fwiklou.git Per Nikerabbit, follow-up to r74191: tag for removal in 1.19; I removed the last usage of these functions in r74190 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 3b1c0be0ce..4384504cc1 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -928,7 +928,8 @@ function wfMsgExt( $key, $options ) { * Just like exit() but makes a note of it. * Commits open transactions except if the error parameter is set * - * @deprecated Please return control to the caller or throw an exception + * @deprecated Please return control to the caller or throw an exception. Will + * be removed in 1.19. */ function wfAbruptExit( $error = false ) { static $called = false; @@ -958,7 +959,8 @@ function wfAbruptExit( $error = false ) { } /** - * @deprecated Please return control the caller or throw an exception + * @deprecated Please return control the caller or throw an exception. Will + * be removed in 1.19. */ function wfErrorExit() { wfDeprecated( __FUNCTION__ );