From 3c5a8221d03dbf0336cb3b9fa9770d7fd1190b20 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Tue, 4 Sep 2007 16:33:49 +0200 Subject: [PATCH] No cov op target --- ND/Web/Pages/CovOp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.39.2