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 /editusers.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 'editusers.cgi')
-rwxr-xr-x | editusers.cgi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editusers.cgi b/editusers.cgi index 3db5aef86..36135a1e2 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -884,7 +884,3 @@ if ($action eq 'update') { PutHeader("Error"); print "I don't have a clue what you want.<BR>\n"; - -foreach ( sort keys %::FORM) { - print "$_: $::FORM{$_}<BR>\n"; -} |