[ffl-cvs] old/ffl/php rosters.php,NONE,1.3
Status: Inactive
Brought to you by:
rizzo
From: Brad S. <sc...@us...> - 2004-07-30 02:52:24
|
Update of /cvsroot/ffl/old/ffl/php In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17383 Modified Files: Tag: 1.3 rosters.php Log Message: Continued to phase in support for archiving teams (making them active or inactive). Index: rosters.php =================================================================== RCS file: /cvsroot/ffl/old/ffl/php/rosters.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rosters.php 14 Jul 2004 04:42:57 -0000 1.2 --- rosters.php 30 Jul 2004 02:52:15 -0000 1.3 *************** *** 21,25 **** // No fflteam_id is selected, show list of teams and owners ?><table border="0" cellpadding="3" cellspacing="0" width="50%"><? ! $teams = $thisTeam->getAllFFLTeams(); for($i=0; $i<sizeof($teams); $i++) { --- 21,25 ---- // No fflteam_id is selected, show list of teams and owners ?><table border="0" cellpadding="3" cellspacing="0" width="50%"><? ! $teams = $thisTeam->getAllActiveFFLTeams(); for($i=0; $i<sizeof($teams); $i++) { |