Skip to content

Commit

Permalink
filter_param on the attribute "op".
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Aug 1, 2002
1 parent 292b02d commit 7c25616
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Slash/Utility/Environment/Environment.pm
Expand Up @@ -1271,7 +1271,7 @@ Hashref of cleaned-up data.
# fields that have ONLY a-zA-Z0-9_
my %alphas = map {($_ => 1)} qw(
formkey hcanswer mode section type
formkey hcanswer mode op section type
);
# regexes to match dynamically generated numeric fields
Expand All @@ -1284,8 +1284,6 @@ Hashref of cleaned-up data.
query => sub { $_[0] =~ s|[\000-\040<>\177-\377]+| |g;
$_[0] =~ s|\s+| |g; },
);
# add more specials
# $special{qid} = $special{sid};
sub filter_params {
Expand Down

0 comments on commit 7c25616

Please sign in to comment.