Bug 235265: Getting rid of some unwanted form value dumps.

Patch by Jouni Heikniemi <jouni@heikniemi.net> r= justdave, kiko; a= justdave
parent 4df1c8fd
......@@ -856,6 +856,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";
}
......@@ -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
......
......@@ -569,6 +569,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";
}
......@@ -1510,7 +1510,3 @@ if ($action eq 'editgroupcontrols') {
PutHeader("Error");
print "I don't have a clue what you want.<BR>\n";
foreach ( sort keys %::FORM) {
print "$_: $::FORM{$_}<BR>\n";
}
......@@ -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";
}
......@@ -543,7 +543,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";
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment