diff options
author | dave%intrec.com <> | 2000-08-05 06:16:01 +0000 |
---|---|---|
committer | dave%intrec.com <> | 2000-08-05 06:16:01 +0000 |
commit | 66e8b2e93e5ef0eea58ceaf6d0a0be4ea6b14b7c (patch) | |
tree | 6b21ce51b562ef0248739e0d09ef59aa87dbfdeb /editusers.cgi | |
parent | 7d4e9f5f448fb32d95474e00c5185633ae306448 (diff) | |
download | bugs-66e8b2e93e5ef0eea58ceaf6d0a0be4ea6b14b7c.tar bugs-66e8b2e93e5ef0eea58ceaf6d0a0be4ea6b14b7c.tar.gz bugs-66e8b2e93e5ef0eea58ceaf6d0a0be4ea6b14b7c.tar.bz2 bugs-66e8b2e93e5ef0eea58ceaf6d0a0be4ea6b14b7c.tar.xz bugs-66e8b2e93e5ef0eea58ceaf6d0a0be4ea6b14b7c.zip |
Removing a couple lines from the patch for bug 31336 that got left in by
accident.
Diffstat (limited to 'editusers.cgi')
-rwxr-xr-x | editusers.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editusers.cgi b/editusers.cgi index 59ab533f8..735d4ea29 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -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"; |