From: Michael Andreen Date: Tue, 5 Feb 2008 10:06:37 +0000 (+0100) Subject: Open cov op page for members X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=4ccde235e722cce93316b19a2c48fb28743b731d;p=ndwebbie.git Open cov op page for members --- diff --git a/NDWeb/Pages/CovOp.pm b/NDWeb/Pages/CovOp.pm index 162e646..cc26886 100644 --- a/NDWeb/Pages/CovOp.pm +++ b/NDWeb/Pages/CovOp.pm @@ -40,7 +40,7 @@ sub render_body { $self->{TITLE} = 'CovOp Targets'; my $DBH = $self->{DBH}; - return $self->noAccess unless $self->isHC; + return $self->noAccess unless $self->isMember; my $show = q{AND ((planet_status IS NULL OR NOT planet_status IN ('Friendly','NAP')) AND (relationship IS NULL OR NOT relationship IN ('Friendly','NAP')))}; $show = '' if defined param('show') && param('show') eq 'all';