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