From 38bb9a560a8478f1aa4bae331fa67b691079c797 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Sat, 27 Mar 2004 12:35:37 +0000 Subject: Bug 235265: Getting rid of some unwanted form value dumps. Patch by Jouni Heikniemi r= justdave, kiko; a= justdave --- editgroups.cgi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'editgroups.cgi') 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.
\n"; -foreach ( sort keys %::FORM) { - print "$_: $::FORM{$_}
\n"; -} - PutTrailer("Try the group list"); # confirm if the user wants to remove the explicit users -- cgit v1.2.3-24-g4f1b