Removed temporary warning

This commit is contained in:
Laurent Destailleur 2020-11-14 00:52:13 +01:00
parent c7b2577bb2
commit fd50f27d5d

View File

@ -73,30 +73,30 @@ $db->begin();
$groupofemails = array(); $groupofemails = array();
// For each groupofemail, we update tables to set email field to empty // For each groupofemail, we update tables to set email field to empty
if ($type == 'all' || $type == 'thirdparty') if ($type == 'all' || $type == 'thirdparty')
{ {
// Loop on each record and update the email to null if email into $groupofemails // Loop on each record and update the email to null if email into $groupofemails
// TODO // TODO
} }
if ($type == 'all' || $type == 'contact') if ($type == 'all' || $type == 'contact')
{ {
// Loop on each record and update the email to null if email into $groupofemails // Loop on each record and update the email to null if email into $groupofemails
// TODO // TODO
} }
if ($type == 'all' || $type == 'user') if ($type == 'all' || $type == 'user')
{ {
// Loop on each record and update the email to null if email into $groupofemails // Loop on each record and update the email to null if email into $groupofemails
// TODO // TODO
} }
if ($type == 'all' || $type == 'member') if ($type == 'all' || $type == 'member')
{ {
// Loop on each record and update the email to null if email into $groupofemails // Loop on each record and update the email to null if email into $groupofemails
// TODO // TODO
} }
if (!$error) { if (!$error) {