Typo fix in lib/Jonah.php
Leena Heino <[email protected]> Mon, 9 Jun 2003 16:18:50 +0300 (EEST)
| Newsgroups | gmane.comp.horde.jonah |
|---|---|
| Message-ID | <[email protected]> |
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)
--
Jonah mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]