Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=c960301efedd279ede681c50d028827a6f4380f5

commit c960301efedd279ede681c50d028827a6f4380f5
Author: Krisztian VASAS <[EMAIL PROTECTED]>
Date:   Wed Sep 26 21:20:29 2007 +0200

fwng: corrected bugs rss url

diff --git a/frugalware/rss.php b/frugalware/rss.php
index eaaa7bd..92eddef 100644
--- a/frugalware/rss.php
+++ b/frugalware/rss.php
@@ -163,7 +163,7 @@ switch($_GET['type'])
die();
case "bugs":
header('Content-Type: application/xml; charset=utf-8');
-               print(str_replace("index.php?do=details&amp;task_id=", "", 
file_get_contents("http://bugs.frugalware.org/feed.php?feed_type=rss2&project=0";)));
+               print(str_replace("index.php?do=details&amp;task_id=", "", 
file_get_contents("http://bugs.frugalware.org/feed.php?feed_type=rss2&project=1";)));
die();
case "blogs":
header('Content-Type: application/xml; charset=utf-8');
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to