]> git.sesse.net Git - ccbs/blobdiff - html/show-tournament.pl
Removed NOT NULL from score in the SQL schema.
[ccbs] / html / show-tournament.pl
index 55bd2b4a4e9a6f85f8b695adf5e67093e656241c..8ff04c347c9e22a703691f79167e6b2495a28143 100755 (executable)
@@ -50,7 +50,6 @@ for my $score (@$scores) {
        if ($score->{'nick'} ne $player) {
                $player = $score->{'nick'};
                push @$pl, { nick => $player, songs => [], total => 0 };
-
        }
        
        push @{$pl->[$#$pl]->{'songs'}}, {