]> mj.ucw.cz Git - pciids.git/commitdiff
Disabled XMPP notifications
authorThe PCI ID Mail Robot <pci-admins@ucw.cz>
Mon, 7 Mar 2022 10:55:46 +0000 (11:55 +0100)
committerThe PCI ID Mail Robot <pci-admins@ucw.cz>
Mon, 7 Mar 2022 10:55:46 +0000 (11:55 +0100)
scripts/send_notifs.pl

index 295aacc025170d94598a3da71d9e6f9d63676a11..09a4785cfe21a7ad3829dba4e28e68315c36fbce 100755 (executable)
@@ -32,5 +32,5 @@ my $dbh = connectDb();
 my $tables = PciIds::DBQ::new( $dbh );
 
 sendNotifs( $tables );
-flushXmpp();
+flushXmpp();
 $tables->commit();