r11116 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r11115‎ | r11116 | r11117 >
Date:09:25, 24 September 2005
Author:nikerabbit
Status:old
Tags:
Comment:
Fixed a variable name
Modified paths:
  • /trunk/phase3/languages/LanguageGa.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/LanguageGa.php
@@ -2125,7 +2125,7 @@
21262126 # Convert day names
21272127 # Invoked with {{GRAMMAR:transformation|word}}
21282128 function convertGrammar( $word, $what ) {
2129 - switch ( $case ) {
 2129+ switch ( $what ) {
21302130 case 'ainmlae':
21312131 switch ($word) {
21322132 case 'an Domhnach':

Status & tagging log