From: Jens Frank Date: Mon, 10 Jan 2005 23:31:22 +0000 (+0000) Subject: BUG#1302 Removed accessor function for non-existing variable X-Git-Tag: 1.5.0alpha1~971 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=885bc09c313e7355e72b9212e364838aaf5c1e47;p=lhc%2Fweb%2Fwiklou.git BUG#1302 Removed accessor function for non-existing variable --- diff --git a/languages/LanguageNo.php b/languages/LanguageNo.php index 0ebcd31ce1..9eb38269a1 100644 --- a/languages/LanguageNo.php +++ b/languages/LanguageNo.php @@ -1094,11 +1094,6 @@ class LanguageNo extends LanguageUtf8 { return $wgSkinNamesNo; } - function getDateFormats() { - global $wgDateFormatsNo; - return $wgDateFormatsNo; - } - # Inherit userAdjust() function date( $ts, $adj = false )