]> mj.ucw.cz Git - pciids.git/blobdiff - scripts/send_notifs.pl
Disabled XMPP notifications
[pciids.git] / 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();