X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Fdo-edit-scores.pl;h=95006e090af36204f39a8a5ac9481f2b282787d0;hb=d994a4d55c8390dc892490345160cb79ff91caeb;hp=4c83b7ce538ece6a26a019cbbb8825f83684cf29;hpb=c45d49b7b660344d9b5fddd52fdadd7ccdbc23c4;p=ccbs diff --git a/html/do-edit-scores.pl b/html/do-edit-scores.pl index 4c83b7c..95006e0 100755 --- a/html/do-edit-scores.pl +++ b/html/do-edit-scores.pl @@ -72,10 +72,12 @@ for my $p ($cgi->param()) { } } +$dbh->do('UPDATE bigscreen.active_groups SET last_updated=now() WHERE tournament=? AND round=? AND parallel=?', + undef, $tournament, $round, $group); $dbh->do('NOTIFY scores'); $dbh->commit; $dbh->disconnect; -ccbs::print_see_other('show-tournament.pl?id=' . $tournament); +ccbs::print_see_other('show-tournament.pl?id=' . $tournament . '#round' . $round);