From b9db4b16dbf9d183dad636b9659a4b918d0772b4 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 5 Feb 2010 04:46:10 +0000 Subject: [PATCH] - web: fix bug that caused news RSS to show wrong items svn path=/trunk/boinc/; revision=20427 --- checkin_notes | 6 ++++++ html/inc/forum_rss.inc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 17f847d9cc..90a475abb1 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/html/inc/forum_rss.inc b/html/inc/forum_rss.inc index d91dc73bdc..27c3103df5 100644 --- a/html/inc/forum_rss.inc +++ b/html/inc/forum_rss.inc @@ -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 "