r48737 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48736‎ | r48737 | r48738 >
Date:12:57, 24 March 2009
Author:yaron
Status:deferred
Tags:
Comment:
Added missing global variable
Modified paths:
  • /trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php
@@ -605,6 +605,8 @@
606606 }
607607
608608 function printDateInput($input_name, $cur_value = null) {
 609+ global $wgAmericanDates;
 610+
609611 $month_names = array(
610612 wfMsgForContent('january'),
611613 wfMsgForContent('february'),

Status & tagging log