projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70cf732
)
Quick and dirty fix, just using rss instead of not found rss20 function
author
Christian Bayle
<cbayle@gmail.com>
Wed, 28 Jan 2009 22:03:52 +0000
(22:03 +0000)
committer
Christian Bayle
<cbayle@gmail.com>
Wed, 28 Jan 2009 22:03:52 +0000
(22:03 +0000)
gforge/www/export/rss20_projects.php
patch
|
blob
|
history
diff --git
a/gforge/www/export/rss20_projects.php
b/gforge/www/export/rss20_projects.php
index 3a57dcf384670167629849b2285a6a0406cd4e32..046d9b11e8ba92b4d70645941a0442805f48e136 100644
(file)
--- a/
gforge/www/export/rss20_projects.php
+++ b/
gforge/www/export/rss20_projects.php
@@
-18,6
+18,8
@@
$res = db_query(
.'WHERE is_public=1 AND status=\'A\' '
.'ORDER BY group_id',$limit);
-rss20_dump_project_result_set($res,$GLOBALS['sys_default_name'].' Full Project Listing');
+//rss20_dump_project_result_set($res,$GLOBALS['sys_default_name'].' Full Project Listing');
+// quick and dirty fix
+rss_dump_project_result_set($res,$GLOBALS['sys_default_name'].' Full Project Listing');
?>
</rss>