migrated http proxy and ws client

This commit is contained in:
JT Smith 2005-01-03 03:24:43 +00:00
parent 15c48e14d0
commit 7416bda04f
14 changed files with 282 additions and 1306 deletions

View file

@ -231,7 +231,7 @@ sub fieldType {
#-------------------------------------------------------------------
=head2 filter ( name )
=head2 filterContent ( name )
Returns a scalar filter type. Defaults to "most".
@ -241,7 +241,7 @@ The name of the form variable to retrieve.
=cut
sub filter {
sub filterContent {
return ($session{form}{$_[0]} || "most");
}