mj Fri Feb 21 04:50:57 2003 EDT
Modified files:
/pearweb/public_html rss.php
Log:
* Fix url.
Index: pearweb/public_html/rss.php
diff -u pearweb/public_html/rss.php:1.7 pearweb/public_html/rss.php:1.8
--- pearweb/public_html/rss.php:1.7 Fri Jan 24 12:18:50 2003
+++ pearweb/public_html/rss.php Fri Feb 21 04:50:57 2003
@@ -15,7 +15,7 @@
+----------------------------------------------------------------------+
| Authors: Martin Jansen <mj@xxxxxxx> |
+----------------------------------------------------------------------+
- $Id: rss.php,v 1.7 2003/01/24 17:18:50 mj Exp $
+ $Id: rss.php,v 1.8 2003/02/21 09:50:57 mj Exp $
*/
/**
@@ -59,7 +59,7 @@
echo " <item>\n";
echo " <title>" . $release['name'] . " " . $release['version'] .
"</title>\n";
echo " <pubDate>" . $release['releasedate'] . "</pubDate>\n";
- printf("
<link>http://pear.php.net/package-info.php?pacid=%s&release=%s</link>\n",
+ printf("
<link>http://pear.php.net/package-info.php?pacid=%s&version=%s</link>\n",
$release['id'],
$release['version']
);
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|