mirror of https://github.com/BOINC/boinc.git
- user web: fix bug in user list XML display
svn path=/trunk/boinc/; revision=14251
This commit is contained in:
parent
28a5f1e897
commit
bdf45c8ed6
|
@ -11262,3 +11262,9 @@ David 18 Nov 2007
|
||||||
|
|
||||||
html/inc/
|
html/inc/
|
||||||
forum_banishment_vote.inc
|
forum_banishment_vote.inc
|
||||||
|
|
||||||
|
David 18 Nov 2007
|
||||||
|
- user web: fix bug in user list XML display
|
||||||
|
|
||||||
|
html/user/
|
||||||
|
team_email_list.php
|
||||||
|
|
|
@ -19,9 +19,6 @@ if ($xml) {
|
||||||
}
|
}
|
||||||
$account_key = get_str('account_key', true);
|
$account_key = get_str('account_key', true);
|
||||||
$user = lookup_user_auth($account_key);
|
$user = lookup_user_auth($account_key);
|
||||||
if (!$user) {
|
|
||||||
xml_error(-136);
|
|
||||||
}
|
|
||||||
$show_email = ($user && is_team_founder($user, $team));
|
$show_email = ($user && is_team_founder($user, $team));
|
||||||
echo "<users>\n";
|
echo "<users>\n";
|
||||||
$users = BoincUser::enum("teamid=$team->id");
|
$users = BoincUser::enum("teamid=$team->id");
|
||||||
|
|
Loading…
Reference in New Issue