X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fshow-tournament.pl;fp=html%2Fshow-tournament.pl;h=66045290975b347a0b33b8f458595be924846429;hp=7d0d608ad9ccc1fa949bf75c212c8ed6031543fb;hb=63098578f8c09a941e510664a07b3ad484d3ebe3;hpb=f7715bdd2ebff189efc64c2b639a69d3ab3138bc diff --git a/html/show-tournament.pl b/html/show-tournament.pl index 7d0d608..6604529 100755 --- a/html/show-tournament.pl +++ b/html/show-tournament.pl @@ -25,7 +25,7 @@ my ($round, $parallel, $player) = (-1,-1,''); for my $score (@$scores) { if ($score->{'round'} != $round) { $round = $score->{'round'}; - push @rounds, { round => $round, parallels => [] }; + push @rounds, { round => $round, parallels => [], locked => 0 }; $parallel = -1; } my $p = $rounds[$#rounds]->{'parallels'}; @@ -67,7 +67,6 @@ my $num_rankings = scalar @$rankings; for my $r (0..$#rounds-1) { $rounds[$r]->{'locked'} = 1; } -$rounds[$#rounds]->{'locked'} = 0; # If there have been no rounds, check out the number of participants; if not, check the # number of qualified from the last round