X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-set-active-round.pl;fp=html%2Fdo-set-active-round.pl;h=c98a478dc9a1320804cde5020167e50506fdcb58;hp=1d892b1e1ff111ca135a78d31b2883df475e020e;hb=9c78e37258ab59892b8032be8ed2265d2ad2f587;hpb=865e85b2e5da68f6bf0b907d239f2277579382a6 diff --git a/html/do-set-active-round.pl b/html/do-set-active-round.pl index 1d892b1..c98a478 100755 --- a/html/do-set-active-round.pl +++ b/html/do-set-active-round.pl @@ -16,7 +16,7 @@ $dbh->{AutoCommit} = 0; $dbh->do('DELETE FROM bigscreen.active_groups WHERE tournament=? AND round=? AND parallel=?', undef, $tournament, $round, $parallel); if ($cgi->param('show') eq 'true') { - $dbh->do('INSERT INTO bigscreen.active_groups (tournament, round, parallel) VALUES (?,?,?)', + $dbh->do('INSERT INTO bigscreen.active_groups (tournament, round, parallel, last_updated) VALUES (?,?,?,now())', undef, $tournament, $round, $parallel); }