From 6f3e5c8018709ef5a43427c5259e24372eefe7c3 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Fri, 12 Mar 1999 00:30:51 +0000 Subject: Added 'groups' stuff, where we have different group bits that we can put on a person or on a bug. Some of the group bits control access to bugzilla features. And a person can't access a bug unless he has every group bit set that is also set on the bug. --- doeditowners.cgi | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'doeditowners.cgi') diff --git a/doeditowners.cgi b/doeditowners.cgi index b09d7298b..540b4bfb0 100755 --- a/doeditowners.cgi +++ b/doeditowners.cgi @@ -24,17 +24,13 @@ use strict; require "CGI.pl"; -# Shut up misguided -w warnings about "used only once": -use vars %::COOKIE; - - confirm_login(); print "Content-type: text/html\n\n"; -if (Param("maintainer") ne $::COOKIE{'Bugzilla_login'}) { - print "