r59051 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59050‎ | r59051 | r59052 >
Date:02:49, 14 November 2009
Author:tomasz
Status:ok
Tags:
Comment:
adding temporary message during weekend testing
Modified paths:
  • /branches/wmf-deployment/extensions/ContributionReporting/ContributionTrackingStatistics_body.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/ContributionReporting/ContributionTrackingStatistics_body.php
@@ -25,6 +25,9 @@
2626 // Begin output
2727 $this->setHeaders();
2828
 29+ global $wgOut;
 30+ $wgOut->addHTML( 'WARNING: THIS IS INCOMPLETE TEST DATA AND IS NOT REFLECTIVE OFF THE FULL CAMPAIGN' );
 31+
2932 // Show day totals
3033 $this->showDayTotals();
3134

Status & tagging log