From 147655171c16b44115008ceb342f68b425ff65f8 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 17 Feb 2010 18:24:07 +0000 Subject: [PATCH] Skip round2 judge scheduling if no round2 timeslots are defined. --- admin/judges_sa.php | 80 ++++++++++++++++++++++++--------------------- 1 file changed, 43 insertions(+), 37 deletions(-) diff --git a/admin/judges_sa.php b/admin/judges_sa.php index d4db03dd..71460b99 100644 --- a/admin/judges_sa.php +++ b/admin/judges_sa.php @@ -789,55 +789,61 @@ for($y=0; $y$jd) { +if($round_divisional2 == NULL) { + echo "No Round 2 Divisional defined, skipping.\n"; +} else { - $num = next_judges_teams_number(); - $team_id = judge_team_create($num, 'Round 2 Divisional '.$jdiv_id); + echo "Finding round2 carry-over judges:\n"; - TRACE("Created Round2 team id $team_id\n"); + foreach($jdiv as $jdiv_id=>$jd) { - /* Find all the jteams in this jdiv */ - for($x=1;$x