]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/zfi.pl
* Merge changes from prposed changes
[infobot.git] / src / Modules / zfi.pl
index 103f56f8d4abb7ac4a7bdc00efd4c5fcde8be352..13cc5ef2b6fb060fb3f0b7c39e4bd50182660054 100644 (file)
@@ -45,7 +45,7 @@ sub queryText {
        my $res_return = 5;
 
        my $ua = new LWP::UserAgent;
-       $ua->proxy('http', $::param{'httpProxy'}) if (&::IsParam("httpProxy"));
+       $ua->proxy('http', $::param{'httpProxy'}) if (&::IsParam('httpProxy'));
 
        $ua->timeout(10);
 
@@ -101,5 +101,6 @@ sub query {
 }
 
 1;
-# vim: shiftwidth=2 tabstop=2
 __END__
+
+# vim:ts=4:sw=4:expandtab:tw=80