X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-edit-scores.pl;fp=html%2Fdo-edit-scores.pl;h=a6a498ca89eee45b0cdf89c56a034e110bbf3dc4;hp=4c83b7ce538ece6a26a019cbbb8825f83684cf29;hb=9c78e37258ab59892b8032be8ed2265d2ad2f587;hpb=865e85b2e5da68f6bf0b907d239f2277579382a6 diff --git a/html/do-edit-scores.pl b/html/do-edit-scores.pl index 4c83b7c..a6a498c 100755 --- a/html/do-edit-scores.pl +++ b/html/do-edit-scores.pl @@ -72,6 +72,8 @@ 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;