- web: fix bug that caused news RSS to show wrong items

svn path=/trunk/boinc/; revision=20427
This commit is contained in:
David Anderson 2010-02-05 04:46:10 +00:00
parent 210af7e604
commit b9db4b16db
2 changed files with 7 additions and 1 deletions

View File

@ -920,3 +920,9 @@ Charlie 4 Feb 2010
AddRemoveUser.cpp
PostInstall.cpp
WaitPermissions.cpp
David 4 Feb 2010
- web: fix bug that caused news RSS to show wrong items
html/inc/
forum_rss.inc

View File

@ -111,7 +111,7 @@ function forum_rss($forumid, $userid, $truncate, $threads_only, $ndays) {
// write news items
//
foreach ($threads as $thread) {
show_forum_rss_item($thread, $truncate);
show_forum_rss_item($thread, $userid, $threads_only, $truncate);
}
echo "