]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/W3Search.pl
take a few more things literally
[infobot.git] / src / Modules / W3Search.pl
index 4ce84743c7c3e335e2c5f50e143b84f98f717397..9935c05be7e8c1fba9c9c9fc57dccb44e71f2003 100644 (file)
@@ -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);