diff options
author | justdave%syndicomm.com <> | 2004-03-27 13:35:37 +0100 |
---|---|---|
committer | justdave%syndicomm.com <> | 2004-03-27 13:35:37 +0100 |
commit | 38bb9a560a8478f1aa4bae331fa67b691079c797 (patch) | |
tree | e254c34fc343ec6ad624467c770844647e360f16 /editgroups.cgi | |
parent | 4df1c8fd665e5fc7c66e265b1f32b75837ae719f (diff) | |
download | bugzilla-38bb9a560a8478f1aa4bae331fa67b691079c797.tar.gz bugzilla-38bb9a560a8478f1aa4bae331fa67b691079c797.tar.xz |
Bug 235265: Getting rid of some unwanted form value dumps.
Patch by Jouni Heikniemi <jouni@heikniemi.net>
r= justdave, kiko; a= justdave
Diffstat (limited to 'editgroups.cgi')
-rwxr-xr-x | editgroups.cgi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editgroups.cgi b/editgroups.cgi index 4f97972b3..d3515b019 100755 --- a/editgroups.cgi +++ b/editgroups.cgi @@ -671,10 +671,6 @@ if (($action eq 'remove_all_regexp') || ($action eq 'remove_all')) { PutHeader("Error"); print "I don't have a clue what you want.<BR>\n"; -foreach ( sort keys %::FORM) { - print "$_: $::FORM{$_}<BR>\n"; -} - PutTrailer("<a href=editgroups.cgi>Try the group list</a>"); # confirm if the user wants to remove the explicit users |