X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-edit-scores.pl;h=a6a498ca89eee45b0cdf89c56a034e110bbf3dc4;hp=5db7cbf7cae69de9184cccc26fee688b2dd36007;hb=1c6ee3e8264d2d8d03f470a5781cb8c774336af1;hpb=77effc14782476c444f08b47e34607764ab26b5a diff --git a/html/do-edit-scores.pl b/html/do-edit-scores.pl index 5db7cbf..a6a498c 100755 --- a/html/do-edit-scores.pl +++ b/html/do-edit-scores.pl @@ -72,6 +72,10 @@ 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;