diff options
author | bugreport%peshkin.net <> | 2004-07-10 14:53:18 +0000 |
---|---|---|
committer | bugreport%peshkin.net <> | 2004-07-10 14:53:18 +0000 |
commit | 76fb1f7e08f73e97156418bf45eeceabf01fdda0 (patch) | |
tree | 95e9a599d3f4d5541e4305f3254ce85e65d049bc /editgroups.cgi | |
parent | Bug 234855: Show only products enterable by current user in edit-multiple (diff) | |
download | bugzilla-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-x | editgroups.cgi | 5 |
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&group=$bit\"> +Show me which users.</A> - +<INPUT TYPE=CHECKBOX NAME=\"removeusers\">Remove all users from this group for me<P> "; } |