]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/W3Search.pl
* Add vim formatting comments ( # vim:ts=4:sw=4:expandtab:tw=80 )
[infobot.git] / src / Modules / W3Search.pl
index 4ce84743c7c3e335e2c5f50e143b84f98f717397..26af692b49e2ea13b083bd315a8d4532d5bc7a12 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);
@@ -60,3 +60,5 @@ sub W3Search {
 }
 
 1;
+
+# vim:ts=4:sw=4:expandtab:tw=80