Removed debugging code
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 19 Aug 2005 12:32:46 +0000 (12:32 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 19 Aug 2005 12:32:46 +0000 (12:32 +0000)
languages/LanguageSr.php

index df25b02..73476a9 100644 (file)
@@ -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;