reminder, please update 'function date' on languagehu.php

Peter Gervai <[email protected]> Thu, 12 Feb 2004 13:37:42 +0100
Newsgroups gmane.science.linguistics.wikipedia.international
Message-ID <[email protected]>
Hello,

Please install the current LanguageHU.php from meta. In fact the visible
changes are:

(at the end of the file)

 function date( $ts, $adj = false )
 {
 if ( $adj ) { $ts = $this->userAdjust( $ts ); }

-$d = substr( $ts, 0, 4 ) . " " .
+$d = substr( $ts, 0, 4 ) . ". " .
 $this->getMonthName( substr( $ts, 4, 2 ) ) . " ".
-(0 + substr( $ts, 6, 2 ));
+(0 + substr( $ts, 6, 2 )) . ".";
 return $d;
 }

Brion, would you please?

thanks,
Peter