From 3e951474602f04018cacf42850a133dfd52a094e Mon Sep 17 00:00:00 2001 From: "dave%intrec.com" Date: Fri, 4 Aug 2000 23:16:01 +0000 Subject: [PATCH] Removing a couple lines from the patch for bug 31336 that got left in by accident. git-svn-id: svn://10.0.0.236/trunk@75614 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/editusers.cgi | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/editusers.cgi b/mozilla/webtools/bugzilla/editusers.cgi index 59ab533f867..735d4ea298c 100755 --- a/mozilla/webtools/bugzilla/editusers.cgi +++ b/mozilla/webtools/bugzilla/editusers.cgi @@ -142,7 +142,6 @@ sub EmitFormElements ($$$$$$$) "WHERE bit & $opblessgroupset != 0 AND isbuggroup " . "ORDER BY name"); print "Group Access:"; - my $curgrouptype = 1; if (MoreSQLData()) { if ($editall) { print "\n"; @@ -169,7 +168,6 @@ sub EmitFormElements ($$$$$$$) "WHERE bit & $opblessgroupset != 0 AND !isbuggroup " . "ORDER BY name"); print "
Can turn this bit on for other users
Privileges:"; - my $curgrouptype = 1; if (MoreSQLData()) { if ($editall) { print "\n";
Can turn this bit on for other users