]> git.sesse.net Git - ccbs/commitdiff
NOTIFY scores on changing them.
authorSteinar H. Gunderson <sesse@samfundet.no>
Sat, 19 Feb 2005 16:37:46 +0000 (16:37 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Sat, 19 Feb 2005 16:37:46 +0000 (16:37 +0000)
html/do-edit-scores.pl

index 5db7cbf7cae69de9184cccc26fee688b2dd36007..4c83b7ce538ece6a26a019cbbb8825f83684cf29 100755 (executable)
@@ -72,6 +72,8 @@ for my $p ($cgi->param()) {
        }
 }
 
+$dbh->do('NOTIFY scores');
+
 $dbh->commit;
 $dbh->disconnect;