aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2004-07-10 14:53:18 +0000
committerbugreport%peshkin.net <>2004-07-10 14:53:18 +0000
commit76fb1f7e08f73e97156418bf45eeceabf01fdda0 (patch)
tree95e9a599d3f4d5541e4305f3254ce85e65d049bc /editgroups.cgi
parentBug 234855: Show only products enterable by current user in edit-multiple (diff)
downloadbugzilla-76fb1f7e08f73e97156418bf45eeceabf01fdda0.tar.gz
bugzilla-76fb1f7e08f73e97156418bf45eeceabf01fdda0.tar.bz2
bugzilla-76fb1f7e08f73e97156418bf45eeceabf01fdda0.zip
Bug 244272: Remove editusers 'query' parameter
patch by jouni r=justdave a=justdave
Diffstat (limited to 'editgroups.cgi')
-rwxr-xr-xeditgroups.cgi5
1 files changed, 3 insertions, 2 deletions
diff --git a/editgroups.cgi b/editgroups.cgi
index 9c93363c0..b00b50853 100755
--- a/editgroups.cgi
+++ b/editgroups.cgi
@@ -398,8 +398,9 @@ if ($action eq 'del') {
print "
<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&amp;group=$bit\">
+Show me which users.</A> -
+<INPUT TYPE=CHECKBOX NAME=\"removeusers\">Remove all users from
this group for me<P>
";
}