From 382fb18c15f72ce352b4140d7e31d8d07913999a Mon Sep 17 00:00:00 2001 From: The PCI ID Mail Robot Date: Mon, 7 Mar 2022 11:55:46 +0100 Subject: [PATCH] Disabled XMPP notifications --- scripts/send_notifs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/send_notifs.pl b/scripts/send_notifs.pl index 295aacc..09a4785 100755 --- a/scripts/send_notifs.pl +++ b/scripts/send_notifs.pl @@ -32,5 +32,5 @@ my $dbh = connectDb(); my $tables = PciIds::DBQ::new( $dbh ); sendNotifs( $tables ); -flushXmpp(); +# flushXmpp(); $tables->commit(); -- 2.39.2