- user web: fix bug in user list XML display

svn path=/trunk/boinc/; revision=14251
This commit is contained in:
David Anderson 2007-11-18 22:06:45 +00:00
parent 28a5f1e897
commit bdf45c8ed6
2 changed files with 6 additions and 3 deletions

View File

@ -11262,3 +11262,9 @@ David 18 Nov 2007
html/inc/
forum_banishment_vote.inc
David 18 Nov 2007
- user web: fix bug in user list XML display
html/user/
team_email_list.php

View File

@ -19,9 +19,6 @@ if ($xml) {
}
$account_key = get_str('account_key', true);
$user = lookup_user_auth($account_key);
if (!$user) {
xml_error(-136);
}
$show_email = ($user && is_team_founder($user, $team));
echo "<users>\n";
$users = BoincUser::enum("teamid=$team->id");