From 2d897bb31419753af8e33b992d46ed355c1a53cd Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sat, 22 Dec 2007 12:09:13 +0100 Subject: [PATCH] Let officers see all members --- NDWeb/Pages/Points.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2