]> git.sesse.net Git - ccbs/blobdiff - html/do-edit-scores.pl
Yet more refactoring.
[ccbs] / html / do-edit-scores.pl
index 4c83b7ce538ece6a26a019cbbb8825f83684cf29..95006e090af36204f39a8a5ac9481f2b282787d0 100755 (executable)
@@ -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);