r95650 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95649‎ | r95650 | r95651 >
Date:07:56, 29 August 2011
Author:catrope
Status:ok
Tags:
Comment:
Fix indentation
Modified paths:
  • /trunk/extensions/ContributionReporting/ContributionHistory_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ContributionReporting/ContributionHistory_body.php
@@ -113,9 +113,9 @@
114114 );
115115 $alt = true;
116116 foreach ( $res as $row ) {
117 - if ( $this->isTiny( $row ) ) {
118 - continue; // Skip over micro payments generally < $1
119 - }
 117+ if ( $this->isTiny( $row ) ) {
 118+ continue; // Skip over micro payments generally < $1
 119+ }
120120 $contributionId = $row['contribution_id'];
121121 $name = $this->formatName( $row );
122122

Follow-up revisions

RevisionCommit summaryAuthorDate
r102697MFT r45856, r71558, r71962, r73304, r73309, r75671, r75680, r75726, r76542, r...awjrichards22:02, 10 November 2011

Status & tagging log