<B>One or more users belong to this group. You cannot delete this group while
there are users in it.</B><BR>
<A HREF=\"editusers.cgi?action=list&query=".
url_quote("(groupset & $bit) OR (blessgroupset & $bit)")."\">Show me which users.</A> - <INPUT TYPE=CHECKBOX NAME=\"removeusers\">Remove all users from
<A HREF=\"editusers.cgi?action=list&group=$gid\">Show me which users.</A> - <INPUT TYPE=CHECKBOX NAME=\"removeusers\">Remove all users from
this group for me<P>
";
}
SendSQL("SELECT bug_id FROM bugs WHERE (groupset & $bit)");
SendSQL("SELECT bug_id FROM bug_group_map WHERE group_id = $gid");
my$buglist="";
if(MoreSQLData()){
$cantdelete=1;
my$buglist="0";
while(MoreSQLData()){
my($bug)=FetchSQLData();
$buglist.=",".$bug;
}
$cantdelete=1;
my$buglist="0";
while(MoreSQLData()){
my($bug)=FetchSQLData();
$buglist.=",".$bug;
}
print"
<B>One or more bug reports are visible only to this group.
You cannot delete this group while any bugs are using it.</B><BR>
...
...
@@ -440,7 +482,7 @@ You cannot delete this group while it is tied to a product.</B><BR>