name"); if ($team->ping_user != 0) { if ($team->ping_user < 0) { $ping_user = lookup_user_id(-$team->ping_user); echo "
Team member ".user_links($ping_user)." has requested this team's founder position, but has already left the team.
"; } else { $ping_user = lookup_user_id($team->ping_user); echo "Team member ".user_links($ping_user)." has requested this team's founder position. This may be because you left the team or haven't had contact with the team for a long time.
"; echo "Use the following form to transfer team founder position or
"; } } echo " "; mysql_free_result($result); page_tail(); ?>