From 415473efab0b0167bcf4179e98643745f500eb98 Mon Sep 17 00:00:00 2001 From: Dimitri Lecourt Date: Thu, 21 Oct 2021 11:16:18 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'limesurvey-sme-acc?= =?UTF-8?q?ounts.pl'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- limesurvey-sme-accounts.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/limesurvey-sme-accounts.pl b/limesurvey-sme-accounts.pl index 5192547..410a69a 100644 --- a/limesurvey-sme-accounts.pl +++ b/limesurvey-sme-accounts.pl @@ -215,7 +215,7 @@ if (defined $new_date and not $dry){ $sth->finish; print $report; -if ($ok_cnt > 0 or $ko_cnt > 1){ +if ($ok_cnt > 0 or $ko_cnt > 0){ foreach my $email (@notify){ print "Sending notification to $email\n"; open(QMAIL, "|/var/qmail/bin/qmail-inject -fdo-not-reply\@$domain $email")