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");