X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=NDWeb%2FPages%2FCovOp.pm;h=cc2688615274b836d42481228568a284aa1e9670;hb=c26dd7395127b35eef6f219f23ebd6ffc453c2dc;hp=162e64615bffa5f04d80a25ecefc21ea78aee0e4;hpb=b3d60946973fc4d48b32c2447522f0bba02087d3;p=ndwebbie.git 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';