]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 302782: Crash when showing list of users in a group during group deletion - Patch...
authorlpsolit%gmail.com <>
Mon, 1 Aug 2005 06:51:40 +0000 (06:51 +0000)
committerlpsolit%gmail.com <>
Mon, 1 Aug 2005 06:51:40 +0000 (06:51 +0000)
template/en/default/admin/groups/delete.html.tmpl

index 2c4b7086299a9e1f58dbf429c52291e664014f13..d720ecddc5e54713fe1515b52d76e1036962911c 100644 (file)
@@ -56,7 +56,7 @@
     <p><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&group=[% gid FILTER html %]&grouprestrict=1">Show
+    <br><a href="editusers.cgi?action=list&groupid=[% gid FILTER html %]&grouprestrict=1">Show
     me which users</a> - <input type="checkbox" name="removeusers">Remove
     all users from this group for me.</p>
   [% END %]