Mise à jour de 'limesurvey-sme-accounts.pl'

master
Dimitri Lecourt 3 years ago
parent 22979455d7
commit 415473efab
  1. 2
      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")

Loading…
Cancel
Save