r27303 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r27302‎ | r27303 | r27304 >
Date:19:45, 7 November 2007
Author:nikerabbit
Status:old
Tags:
Comment:
* E_STRICT
Modified paths:
  • /trunk/phase3/languages/classes/LanguageHy.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/classes/LanguageHy.php
@@ -49,7 +49,7 @@
5050 return $word;
5151 }
5252
53 - function convertPlural( $count, $wordform1, $wordform2) {
 53+ function convertPlural( $count, $wordform1, $wordform2, $w3, $w4, $w5) {
5454 $count = str_replace (' ', '', $count);
5555 if (abs($count) <= 1) {
5656 return $wordform1;

Status & tagging log