From: Steinar H. Gunderson Date: Sat, 19 Feb 2005 16:37:46 +0000 (+0000) Subject: NOTIFY scores on changing them. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=c45d49b7b660344d9b5fddd52fdadd7ccdbc23c4 NOTIFY scores on changing them. --- diff --git a/html/do-edit-scores.pl b/html/do-edit-scores.pl index 5db7cbf..4c83b7c 100755 --- a/html/do-edit-scores.pl +++ b/html/do-edit-scores.pl @@ -72,6 +72,8 @@ for my $p ($cgi->param()) { } } +$dbh->do('NOTIFY scores'); + $dbh->commit; $dbh->disconnect;