Index: trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php |
— | — | @@ -620,6 +620,8 @@ |
621 | 621 | ); |
622 | 622 | // Output multi-column list |
623 | 623 | $total = $res->numRows(); |
| 624 | + if( $total < 2 ) |
| 625 | + return ''; // don't give away votes that easily |
624 | 626 | $columns = 4; |
625 | 627 | $count = 0; |
626 | 628 | $html = "<table class='fr_reader_feedback_users'><tr>"; |