1000) { error_page("Limit exceeded: Can only display the first 1000 members."); } $teamid = get_int("teamid"); $cache_args = "teamid=$teamid&offset=$offset&sort_by=$sort_by"; start_cache(TEAM_PAGE_TTL, $cache_args); $team = BoincTeam::lookup_id($teamid); page_head("Members of $team->name"); display_team_members($team, $offset, $sort_by); page_tail(); end_cache(TEAM_PAGE_TTL, $cache_args); ?>