r23381 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23380‎ | r23381 | r23382 >
Date:10:07, 25 June 2007
Author:rotem
Status:old
Tags:
Comment:
Fixing the month names - e.g. use 'january', not 'january-gen', in the months list.
Modified paths:
  • /trunk/phase3/includes/Xml.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Xml.php
@@ -135,7 +135,7 @@
136136 if( is_null( $selected ) )
137137 $selected = '';
138138 $s = "\n<select id='month' name='month' class='monthselector'>\n";
139 - $arr = Language::$mMonthGenMsgs;
 139+ $arr = Language::$mMonthMsgs;
140140
141141 if( !is_null($allmonths) ) {
142142 $arr = array($allmonths => 'monthsall') + $arr;

Follow-up revisions

RevisionCommit summaryAuthorDate
r23407Merged revisions 23203-23405 via svnmerge from...david23:00, 25 June 2007

Status & tagging log