[jonah] Typo fix in lib/Jonah.php

Leena Heino Leena.Heino at uta.fi
Mon Jun 9 06:18:50 PDT 2003


Here's the patch:
--- jonah/lib/Jonah.php.orig	Mon Jun  9 15:02:27 2003
+++ jonah/lib/Jonah.php	Mon Jun  9 16:16:22 2003
@@ -69,7 +69,7 @@
         $http = &new HTTP_Request($url, $options);
         @$http->sendRequest();
         if ($http->getResponseCode() != 200) {
-            return PEAR::raiseError(sprintf(_("Could not open %."), $url));
+            return PEAR::raiseError(sprintf(_("Could not open %s."), $url));
         }

         return $http->getResponseBody();

-- 
  -- Leena Heino (liinu at uta.fi)


More information about the jonah mailing list