r82239 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82238‎ | r82239 | r82240 >
Date:13:16, 16 February 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r82198
Modified paths:
  • /trunk/extensions/SemanticResultFormats/Calendar/SRF_Calendar.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/Calendar/SRF_Calendar.php
@@ -1,6 +1,6 @@
22 <?php
33
4 -$wgAutoloadClasses['SRFCHistoricalDate'] = $srfgIP . '/Calendar/SRFC_HistoricalDate.php';
 4+$wgAutoloadClasses['SRFCHistoricalDate'] = dirname( __FILE__ ) . '/SRFC_HistoricalDate.php';
55
66 /**
77 * Result printer that prints query results as a monthly calendar.
@@ -206,7 +206,7 @@
207207 '2' => 'february',
208208 '3' => 'march',
209209 '4' => 'april',
210 - '5' => 'may',
 210+ '5' => 'may_long',
211211 '6' => 'june',
212212 '7' => 'july',
213213 '8' => 'august',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82198Some cleanupjeroendedauw22:03, 15 February 2011

Status & tagging log