From: Michael Andreen Date: Tue, 4 Sep 2007 14:33:49 +0000 (+0200) Subject: No cov op target X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=3c5a8221d03dbf0336cb3b9fa9770d7fd1190b20;p=ndwebbie.git No cov op target --- diff --git a/ND/Web/Pages/CovOp.pm b/ND/Web/Pages/CovOp.pm index d673be7..c1c9a04 100644 --- a/ND/Web/Pages/CovOp.pm +++ b/ND/Web/Pages/CovOp.pm @@ -40,7 +40,7 @@ sub render_body { $self->{TITLE} = 'CovOp Targets'; my $DBH = $self->{DBH}; - return $self->noAccess unless $self->isMember; + return $self->noAccess unless $self->isHC; 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';