gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/export rss_sfnews.php,1.9,1.10


From: tom
Subject: [Gforge-commits] gforge/www/export rss_sfnews.php,1.9,1.10
Date: Mon, 26 Jul 2004 12:09:10 -0500

Update of /cvsroot/gforge/gforge/www/export
In directory db.perdue.net:/tmp/cvs-serv13902/www/export

Modified Files:
        rss_sfnews.php 
Log Message:
Fixed problem with project news feed; now the feed title is sensible.  It used 
to contain a group name, now it uses the site name.

Index: rss_sfnews.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/export/rss_sfnews.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- rss_sfnews.php      30 Jun 2004 17:46:29 -0000      1.9
+++ rss_sfnews.php      26 Jul 2004 17:09:07 -0000      1.10
@@ -53,8 +53,7 @@
 $grres = db_query($sql,$limit);
 $grrow = db_fetch_array($grres);
 
-print "  <title>".$grrow[group_name]." Project News</title>\n";
-//print "  <title>".$GLOBALS['sys_name']." Project News</title>\n";
+print "  <title>".$GLOBALS['sys_name']." Project News</title>\n";
 print "  <link>http://$GLOBALS[sys_default_domain]</link>\n";
 print "  <description>".$GLOBALS['sys_name']." Project News 
Highlights</description>\n";
 // ## item outputs





reply via email to

[Prev in Thread] Current Thread [Next in Thread]