07-21-2006, 08:07 AM
|
#2 (permalink)
|
|
Administrator
Join Date: Jun 2002
Location: Hollern/Stade/Germany
Posts: 4,251
|
The list_id in team_roster table tells you on which roster table the record has been found:
team->roster.all_players = 1
team->roster.active = 2
team->roster.secondary = 3
team->roster.disabled_list = 4
|
|
|