X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Ftournaments.pl;h=3fc353172d2f23f5b46b6869ecc6d453dca79062;hp=169d84d1b1c1b0c253b0558433ee05d39a71bc68;hb=f968c8b90cb9b15473e7648758afc3f341d9f560;hpb=abbaff9060fe3d0436dbaa2e3b272da30f8767ff;ds=sidebyside diff --git a/html/tournaments.pl b/html/tournaments.pl index 169d84d..3fc3531 100755 --- a/html/tournaments.pl +++ b/html/tournaments.pl @@ -8,4 +8,5 @@ my $dbh = ccbs::db_connect(); my $tournaments = ccbs::db_fetch_all($dbh, 'SELECT * FROM tournaments NATURAL JOIN seasons ORDER BY season, date'); ccbs::print_header(); -ccbs::process_template('tournaments.tmpl', 'Turneringer', { tournaments => $tournaments }); +ccbs::process_template('tournaments.tmpl', 'Tournaments', { tournaments => $tournaments }); +$dbh->disconnect;