From: dave%intrec.com <>
Date: Sat, 5 Aug 2000 06:16:01 +0000 (+0000)
Subject: Removing a couple lines from the patch for bug 31336 that got left in by
X-Git-Tag: bugzilla-2.12~215
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66e8b2e93e5ef0eea58ceaf6d0a0be4ea6b14b7c;p=thirdparty%2Fbugzilla.git
Removing a couple lines from the patch for bug 31336 that got left in by
accident.
---
diff --git a/editusers.cgi b/editusers.cgi
index 59ab533f86..735d4ea298 100755
--- a/editusers.cgi
+++ b/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 "Can turn this bit on for other users | \n";
@@ -169,7 +168,6 @@ sub EmitFormElements ($$$$$$$)
"WHERE bit & $opblessgroupset != 0 AND !isbuggroup " .
"ORDER BY name");
print " Privileges: | ";
- my $curgrouptype = 1;
if (MoreSQLData()) {
if ($editall) {
print "Can turn this bit on for other users | \n";
|
---|
|
---|