From: Niklas Laxström Date: Thu, 18 Aug 2005 16:27:53 +0000 (+0000) Subject: White-space X-Git-Tag: 1.6.0~1898 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=f7892d72b9d736d1cd549e0d41c849548c798f6b;p=lhc%2Fweb%2Fwiklou.git White-space --- diff --git a/languages/LanguageEt.php b/languages/LanguageEt.php index 2b60206518..a0c434d5dc 100644 --- a/languages/LanguageEt.php +++ b/languages/LanguageEt.php @@ -1067,12 +1067,12 @@ class LanguageEt extends LanguageUtf8 { global $wgAmericanDates, $wgUser; if ( $adj ) { $ts = $this->userAdjust( $ts, $timecorrection ); } - + $datePreference = $this->dateFormat($format); if ($datePreference == '0' || $datePreference == '' ) {$datePreference = $wgAmericanDates ? '0' : '2';} - + $month = $this->getMonthName( substr( $ts, 4, 2 ) ); $day = $this->formatNum( 0 + substr( $ts, 6, 2 ) ); $year = $this->formatNum( substr( $ts, 0, 4 ), true );