From: Niklas Laxström Date: Tue, 10 Jan 2006 17:46:23 +0000 (+0000) Subject: Also remove the global from old place X-Git-Tag: 1.6.0~631 X-Git-Url: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites_tous%22%2C%22%22%29.%20%22?a=commitdiff_plain;h=e84c9752dc52cf8f916fccc0d1e76a1246b53fba;p=lhc%2Fweb%2Fwiklou.git Also remove the global from old place --- diff --git a/languages/Language.php b/languages/Language.php index f1a94882e7..d5dd53e45b 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -2456,7 +2456,7 @@ class Language { * @return string */ function dateFormat( $usePrefs = true ) { - global $wgUser, $wgAmericanDates; + global $wgUser; if( is_bool( $usePrefs ) ) { if( $usePrefs ) {