r59022 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59021‎ | r59022 | r59023 >
Date:20:13, 13 November 2009
Author:nimishg
Status:deferred
Tags:
Comment:
days order
Modified paths:
  • /trunk/extensions/ContributionReporting/ContributionTrackingStatistics_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ContributionReporting/ContributionTrackingStatistics_body.php
@@ -47,10 +47,11 @@
4848 $current_day = new DateTime( "now" );
4949 ++$num_days; //really you probably don't want today
5050
51 - for( $i = 0 ; $i < ($num_days - 1) ; $i++){ //you don't want today
52 - $this->showDayTotals(false, $end_day->format("YmdHis")); //MW Format
 51+ for( $i = 0 ; $i < ($num_days - 1) ; $i++){ //you don't want today
5352 $current_day->modify("-1 day");
 53+ $this->showDayTotals(false, $current_day->format("YmdHis")); //MW Format
5454 }
 55+
5556 }
5657
5758

Status & tagging log