From c45d49b7b660344d9b5fddd52fdadd7ccdbc23c4 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 19 Feb 2005 16:37:46 +0000 Subject: [PATCH] NOTIFY scores on changing them. --- html/do-edit-scores.pl | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.2