X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-edit-scores.pl;h=95006e090af36204f39a8a5ac9481f2b282787d0;hp=4c83b7ce538ece6a26a019cbbb8825f83684cf29;hb=11b5968454610745e6cd47fb71edea1218f835dd;hpb=c45d49b7b660344d9b5fddd52fdadd7ccdbc23c4 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);