From: Niklas Laxström Date: Fri, 19 Aug 2005 12:32:46 +0000 (+0000) Subject: Removed debugging code X-Git-Tag: 1.6.0~1890 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=751b374f0eff51b4f01a588a4c7e0205f8334609;p=lhc%2Fweb%2Fwiklou.git Removed debugging code --- diff --git a/languages/LanguageSr.php b/languages/LanguageSr.php index df25b02fa3..73476a9437 100644 --- a/languages/LanguageSr.php +++ b/languages/LanguageSr.php @@ -1088,8 +1088,6 @@ class LanguageSr extends LanguageUtf8 { */ function time( $ts, $adj = false, $format = true, $timecorrection = false ) { - global $wgOut; - if ($wgOut) $wgOut->addHTML($format); if ( $adj ) { $ts = $this->userAdjust( $ts, $timecorrection ); } $hh = substr( $ts, 8, 2 ); $h = 0 + $hh;