- user web: notices fix

svn path=/trunk/boinc/; revision=21827
This commit is contained in:
David Anderson 2010-06-27 04:05:48 +00:00
parent e1f992fce2
commit 1d11ad5c61
2 changed files with 7 additions and 1 deletions

View File

@ -4665,3 +4665,9 @@ Rom 25 Jun 2010
clientgui/ clientgui/
ViewNotices.cpp ViewNotices.cpp
NoticeListCtrl.cpp, .h NoticeListCtrl.cpp, .h
David 26 Jun 2010
- user web: notices fix
html/user/
notices.php

View File

@ -49,7 +49,7 @@ function notices_rss_end() {
$userid = get_int('userid'); $userid = get_int('userid');
$auth = get_str('auth'); $auth = get_str('auth');
$seqno = get_int('auth', true); $seqno = get_int('seqno', true);
$user = BoincUser::lookup_id($userid); $user = BoincUser::lookup_id($userid);
if (!$user) xml_error(); if (!$user) xml_error();