From 050fe637e14b6d620746cbefc73b2bf9fb0c1282 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" Date: Sat, 28 Sep 2002 22:54:44 +0000 Subject: [PATCH] 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 --- mozilla/webtools/bugzilla/editgroups.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/editgroups.cgi b/mozilla/webtools/bugzilla/editgroups.cgi index 9ecda413839..5dd2395af7f 100755 --- a/mozilla/webtools/bugzilla/editgroups.cgi +++ b/mozilla/webtools/bugzilla/editgroups.cgi @@ -121,7 +121,7 @@ unless ($action) { print "$desc\n"; print "$regexp \n"; print ""; - print "X" if $isactive; + print "X" if (($isactive != 0) && ($isbuggroup != 0)); print " \n"; print "   "; print (($isbuggroup == 0 ) ? "system" : "user");