From bdf45c8ed63d5cdfabac8b32c2cc326c6e2fadbb Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 18 Nov 2007 22:06:45 +0000 Subject: [PATCH] - user web: fix bug in user list XML display svn path=/trunk/boinc/; revision=14251 --- checkin_notes | 6 ++++++ html/user/team_email_list.php | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/checkin_notes b/checkin_notes index c3f16d1621..1849a5414e 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/html/user/team_email_list.php b/html/user/team_email_list.php index ccc149260f..d46bd4f925 100644 --- a/html/user/team_email_list.php +++ b/html/user/team_email_list.php @@ -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 "\n"; $users = BoincUser::enum("teamid=$team->id");