X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-set-active-tournament.pl;h=c27ebf5b18599445eab4c20d1f5d8bcdf32c52df;hp=4405e4270c02b67c4eb11df39cd6760a8c5488eb;hb=99d0a3d132ab8dce72e51935ca67ea85be8158a2;hpb=9e9a178da172bb8cacb39b308eb965cd6f23a40c diff --git a/html/do-set-active-tournament.pl b/html/do-set-active-tournament.pl index 4405e42..c27ebf5 100755 --- a/html/do-set-active-tournament.pl +++ b/html/do-set-active-tournament.pl @@ -10,7 +10,7 @@ my $cgi = new CGI; my $tournament = $cgi->param('tournament'); $dbh->{AutoCommit} = 0; -$dbh->do('DELETE FROM bigscreen.active_rounds'); +$dbh->do('DELETE FROM bigscreen.active_groups'); $dbh->do('DELETE FROM bigscreen.active_tournament'); if ($tournament != -1) { $dbh->do('INSERT INTO bigscreen.active_tournament VALUES (?)', undef, $tournament);