* Wont work
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 31 Oct 2007 07:22:02 +0000 (07:22 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 31 Oct 2007 07:22:02 +0000 (07:22 +0000)
languages/classes/LanguageCs.php

index cae455e..0e4731e 100644 (file)
@@ -81,7 +81,6 @@ class LanguageCs extends Language {
   # Plural form transformations, needed for some languages.
   # Invoked by {{plural:count|wordform1|wordform2|wordform3}}
   function convertPlural( $count, $wordform1, $wordform2, $wordform3, $w4, $w5) {
-       $count = str_replace( '\xc2\xa0', '', $count );
        switch ( $count ) {
                case 1:
                        return $wordform1;