X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FModules%2FW3Search.pl;h=9935c05be7e8c1fba9c9c9fc57dccb44e71f2003;hb=3936a3e1255582305fc4200485b71fa692e66bd3;hp=4ce84743c7c3e335e2c5f50e143b84f98f717397;hpb=8b54ff5060a6605e169acc0694cb00b89ed22cab;p=infobot.git diff --git a/src/Modules/W3Search.pl b/src/Modules/W3Search.pl index 4ce8474..9935c05 100644 --- a/src/Modules/W3Search.pl +++ b/src/Modules/W3Search.pl @@ -44,7 +44,7 @@ sub W3Search { # search_parse_debug => 2, } ); - $Search->http_proxy($::param{'httpProxy'}) if (&::IsParam("httpProxy")); + $Search->http_proxy($::param{'httpProxy'}) if (&::IsParam('httpProxy')); #my $max = $Search->maximum_to_retrieve(10); # DOES NOT WORK. my (@results, $count, $r);