From fd50f27d5d70f6d6036ca403e306d2c3198f6bb3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 14 Nov 2020 00:52:13 +0100 Subject: [PATCH] Removed temporary warning --- scripts/emailings/reset-invalid-emails.php | 42 +++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/scripts/emailings/reset-invalid-emails.php b/scripts/emailings/reset-invalid-emails.php index de6b180e208..12f279ef0d0 100755 --- a/scripts/emailings/reset-invalid-emails.php +++ b/scripts/emailings/reset-invalid-emails.php @@ -73,30 +73,30 @@ $db->begin(); $groupofemails = array(); - // For each groupofemail, we update tables to set email field to empty - if ($type == 'all' || $type == 'thirdparty') - { - // Loop on each record and update the email to null if email into $groupofemails - // TODO - } +// For each groupofemail, we update tables to set email field to empty +if ($type == 'all' || $type == 'thirdparty') +{ + // Loop on each record and update the email to null if email into $groupofemails + // TODO +} - if ($type == 'all' || $type == 'contact') - { - // Loop on each record and update the email to null if email into $groupofemails - // TODO - } +if ($type == 'all' || $type == 'contact') +{ + // Loop on each record and update the email to null if email into $groupofemails + // TODO +} - if ($type == 'all' || $type == 'user') - { - // Loop on each record and update the email to null if email into $groupofemails - // TODO - } +if ($type == 'all' || $type == 'user') +{ + // Loop on each record and update the email to null if email into $groupofemails + // TODO +} - if ($type == 'all' || $type == 'member') - { - // Loop on each record and update the email to null if email into $groupofemails - // TODO - } +if ($type == 'all' || $type == 'member') +{ + // Loop on each record and update the email to null if email into $groupofemails + // TODO +} if (!$error) {