X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Fdo-edit-scores.pl;h=a6a498ca89eee45b0cdf89c56a034e110bbf3dc4;hb=914b810749b54bb07e1944e558015d6c8f615528;hp=5db7cbf7cae69de9184cccc26fee688b2dd36007;hpb=77effc14782476c444f08b47e34607764ab26b5a;p=ccbs 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;