]> git.sesse.net Git - ccbs/blobdiff - html/do-edit-scores.pl
Allow a mix of long and short names in the display of the chosen songs.
[ccbs] / html / do-edit-scores.pl
index 5db7cbf7cae69de9184cccc26fee688b2dd36007..a6a498ca89eee45b0cdf89c56a034e110bbf3dc4 100755 (executable)
@@ -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;