Bug 171440 editgroups shows system groups as usable for bugs even though they are not

2xr=justdave


git-svn-id: svn://10.0.0.236/trunk@130691 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bugreport%peshkin.net
2002-09-28 22:54:44 +00:00
parent e919bba149
commit 050fe637e1

View File

@@ -121,7 +121,7 @@ unless ($action) {
print "<td>$desc</td>\n";
print "<td>$regexp&nbsp</td>\n";
print "<td align=center>";
print "X" if $isactive;
print "X" if (($isactive != 0) && ($isbuggroup != 0));
print "&nbsp</td>\n";
print "<td> &nbsp ";
print (($isbuggroup == 0 ) ? "system" : "user");