X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fshow-tournament.pl;h=999ea107bf0d017109e1ddcfc1f7b360342ea3cf;hp=fe40817052edde3feeb36b22c711ea7fc864a3d5;hb=61fbc22bd19a5888abae2ff8b8bdf4b385e4d6ee;hpb=ccc5e31ac4db570fce4836d6ac77d39200e19b54 diff --git a/html/show-tournament.pl b/html/show-tournament.pl index fe40817..999ea10 100755 --- a/html/show-tournament.pl +++ b/html/show-tournament.pl @@ -47,3 +47,4 @@ for my $score (@$scores) { ccbs::print_header(); ccbs::process_template('show-tournament.tmpl', 'Turnering', { tournament => $tournament, rounds => \@rounds }); +$dbh->disconnect;