From 751b374f0eff51b4f01a588a4c7e0205f8334609 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 19 Aug 2005 12:32:46 +0000 Subject: [PATCH] Removed debugging code --- languages/LanguageSr.php | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.20.1