07-21-2006, 09:07 AM
|
#2 (permalink)
|
|
Administrator
Join Date: Jun 2002
Location: Hollern/Stade/Germany
Posts: 6,468
Thanks: 146
Thanked 1,088x in 415 posts
|
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
|
|
|