From 1d11ad5c616d24ef0094537cd3353524e77e4f8b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 27 Jun 2010 04:05:48 +0000 Subject: [PATCH] - user web: notices fix svn path=/trunk/boinc/; revision=21827 --- checkin_notes | 6 ++++++ html/user/notices.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 43e8c7d224..e1f27b309a 100644 --- a/checkin_notes +++ b/checkin_notes @@ -4665,3 +4665,9 @@ Rom 25 Jun 2010 clientgui/ ViewNotices.cpp NoticeListCtrl.cpp, .h + +David 26 Jun 2010 + - user web: notices fix + + html/user/ + notices.php diff --git a/html/user/notices.php b/html/user/notices.php index f334295a97..dd1a307117 100644 --- a/html/user/notices.php +++ b/html/user/notices.php @@ -49,7 +49,7 @@ function notices_rss_end() { $userid = get_int('userid'); $auth = get_str('auth'); -$seqno = get_int('auth', true); +$seqno = get_int('seqno', true); $user = BoincUser::lookup_id($userid); if (!$user) xml_error();