Index: trunk/extensions/ContributionReporting/ContributionStatistics_body.php |
— | — | @@ -243,8 +243,6 @@ |
244 | 244 | $numContributions = $this->getNumContributions(); |
245 | 245 | $factor = $numContributions > 0 ? 100.0 / $numContributions : 0; |
246 | 246 | |
247 | | - $htmlOut .= $numContributions; |
248 | | - |
249 | 247 | $list = array( |
250 | 248 | 'Exactly 30.00' => array( 30 ), |
251 | 249 | 'Exactly 75.00' => array( 75 ), |