]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Removing a couple lines from the patch for bug 31336 that got left in by
authordave%intrec.com <>
Sat, 5 Aug 2000 06:16:01 +0000 (06:16 +0000)
committerdave%intrec.com <>
Sat, 5 Aug 2000 06:16:01 +0000 (06:16 +0000)
accident.

editusers.cgi

index 59ab533f867e1151db05bb7b991228f7c0e82292..735d4ea298c812fe538a9a29e64771ef12beb045 100755 (executable)
@@ -142,7 +142,6 @@ sub EmitFormElements ($$$$$$$)
             "WHERE bit & $opblessgroupset != 0 AND isbuggroup " .
             "ORDER BY name");
     print "</TR><TR><TH VALIGN=TOP ALIGN=RIGHT>Group Access:</TH><TD><TABLE><TR>";
-    my $curgrouptype = 1;
     if (MoreSQLData()) {
         if ($editall) {
           print "<TD COLSPAN=3 ALIGN=LEFT><B>Can turn this bit on for other users</B></TD>\n";
@@ -169,7 +168,6 @@ sub EmitFormElements ($$$$$$$)
             "WHERE bit & $opblessgroupset != 0 AND !isbuggroup " .
             "ORDER BY name");
     print "</TR><TR><TH VALIGN=TOP ALIGN=RIGHT>Privileges:</TH><TD><TABLE><TR>";
-    my $curgrouptype = 1;
     if (MoreSQLData()) {
         if ($editall) {
           print "<TD COLSPAN=3 ALIGN=LEFT><B>Can turn this bit on for other users</B></TD>\n";