Commit 66e8b2e9 authored by dave%intrec.com's avatar dave%intrec.com

Removing a couple lines from the patch for bug 31336 that got left in by

accident.
parent 7d4e9f5f
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment