mirror of https://github.com/BOINC/boinc.git
- user web: notices fix
svn path=/trunk/boinc/; revision=21827
This commit is contained in:
parent
e1f992fce2
commit
1d11ad5c61
|
@ -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
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue