| Index: trunk/extensions/ContributionReporting/ContributionHistory_body.php |
| — | — | @@ -113,9 +113,9 @@ |
| 114 | 114 | ); |
| 115 | 115 | $alt = true; |
| 116 | 116 | 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 | + } |
| 120 | 120 | $contributionId = $row['contribution_id']; |
| 121 | 121 | $name = $this->formatName( $row ); |
| 122 | 122 | |