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

2xr=justdave
This commit is contained in:
bugreport%peshkin.net 2002-09-28 22:54:44 +00:00
Родитель 03c418f9bc
Коммит b0fccd9a59
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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");