From: Mr. E23 Date: Tue, 3 Feb 2004 11:12:18 +0000 (+0000) Subject: $wgLanguageNamesDa had been removed but not the overridden getLanguage() methods... X-Git-Tag: 1.3.0beta1~1028 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=245211f4950ef937b2e6861c45665819d8edfed2;p=lhc%2Fweb%2Fwiklou.git $wgLanguageNamesDa had been removed but not the overridden getLanguage() methods, causing iw links to be rendered inline --- diff --git a/languages/LanguageDa.php b/languages/LanguageDa.php index da7412966a..b438e4ff46 100644 --- a/languages/LanguageDa.php +++ b/languages/LanguageDa.php @@ -1117,19 +1117,6 @@ class LanguageDa extends Language { return $wgUserTogglesDa; } - function getLanguageNames() { - global $wgLanguageNamesDa; - return $wgLanguageNamesDa; - } - - function getLanguageName( $code ) { - global $wgLanguageNamesDa; - if ( ! array_key_exists( $code, $wgLanguageNamesDa ) ) { - return ""; - } - return $wgLanguageNamesDa[$code]; - } - function getMonthName( $key ) { global $wgMonthNamesDa;