X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Fdo-update-shorttitles.pl;h=97d7c6e8cb56775f4d3350b0914066f5d966dd6f;hb=a317762dab2b775334cc85a43b6fe2e3c2097eab;hp=03c9f13b154c27ddfadc754cdca5fd4d422612ea;hpb=ce5fb790ef712c58f8eaff1f8ae3b97b886a6cbf;p=ccbs diff --git a/html/do-update-shorttitles.pl b/html/do-update-shorttitles.pl index 03c9f13..97d7c6e 100755 --- a/html/do-update-shorttitles.pl +++ b/html/do-update-shorttitles.pl @@ -25,7 +25,12 @@ for my $p ($cgi->param()) { $q->execute($num, $st); } } + +# This will make the big screen use the new short titles, if it needs them +$dbh->do('NOTIFY scores'); + $dbh->commit; + $dbh->disconnect; ccbs::print_see_other('shorttitles.pl');