* Changed wfMsgNoDBForContent() call to wfMessage(); also switched to user's language...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 19 Apr 2011 06:21:06 +0000 (06:21 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 19 Apr 2011 06:21:06 +0000 (06:21 +0000)
commite7660a865448f1b0bc5fee0e1a5319864f76ea78
treefe44950eb044d32fb9364173aaee71d0f458def3
parent59eb86b8e221b10b773f16ec963ecebb6292191b
* Changed wfMsgNoDBForContent() call to wfMessage(); also switched to user's language, I don't see any reason to not display this in user's language
* Marked wfMsgNoDBForContent() as deprecated and added wfDeprecated() call; the call in LoadBalancer was the only one in core and extensions
* Also added call to wfDeprecated() in wfMsgWeirdKey(); no call in core or extensions
includes/GlobalFunctions.php
includes/db/LoadBalancer.php