]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 171440 editgroups shows system groups as usable for bugs even though they are not
authorbugreport%peshkin.net <>
Sun, 29 Sep 2002 05:54:44 +0000 (05:54 +0000)
committerbugreport%peshkin.net <>
Sun, 29 Sep 2002 05:54:44 +0000 (05:54 +0000)
2xr=justdave

editgroups.cgi

index 9ecda413839fdb40d58a2d270fdab8ce3e22f04c..5dd2395af7f94311019ed3e3c30a2b3097027ef2 100755 (executable)
@@ -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");