From: Michael Andreen Date: Sat, 22 Dec 2007 11:09:13 +0000 (+0100) Subject: Let officers see all members X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=2d897bb31419753af8e33b992d46ed355c1a53cd;p=ndwebbie.git Let officers see all members --- diff --git a/NDWeb/Pages/Points.pm b/NDWeb/Pages/Points.pm index fb69b2a..11482ab 100644 --- a/NDWeb/Pages/Points.pm +++ b/NDWeb/Pages/Points.pm @@ -46,7 +46,7 @@ sub render_body { $order = 'ASC' if ($type eq 'rank'); my $limit = 'LIMIT 10'; - $limit = '' if $self->isHC; + $limit = '' if $self->isOfficer; my $query = $DBH->prepare(qq{SELECT username,defense_points,attack_points,scan_points,humor_points ,(attack_points+defense_points+scan_points/20) as total_points, rank, count(NULLIF(rc.launched,FALSE)) AS raid_points