]> ruin.nu Git - ndwebbie.git/commitdiff
Open cov op page for members
authorMichael Andreen <harv@ruin.nu>
Tue, 5 Feb 2008 10:06:37 +0000 (11:06 +0100)
committerMichael Andreen <harv@ruin.nu>
Tue, 5 Feb 2008 10:06:37 +0000 (11:06 +0100)
NDWeb/Pages/CovOp.pm

index 162e64615bffa5f04d80a25ecefc21ea78aee0e4..cc2688615274b836d42481228568a284aa1e9670 100644 (file)
@@ -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';