From 7eba1bb1f62a62d47df768722fd1ae9e807ff1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=EF=BF=BD=EF=BF=BD?= Date: Mon, 13 Oct 2014 23:02:13 +0000 Subject: [PATCH] fix email deactivation --- bureau/admin/adm_deactivate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bureau/admin/adm_deactivate.php b/bureau/admin/adm_deactivate.php index 7ebfbbf8..cee28f99 100644 --- a/bureau/admin/adm_deactivate.php +++ b/bureau/admin/adm_deactivate.php @@ -141,7 +141,7 @@ foreach ($domains as $key => $domain) { if (!$confirmed) print ''; } -$mail_dom = $mail->enum_domains(); +$mail_dom = $dom->enum_domains(); if ($confirmed) { print "
";
@@ -152,7 +152,7 @@ reset($mail_dom);
 # 1.3 foreach mail domain, we list the email hashes
 foreach ($mail_dom as $key => $domain) {
   if (!$confirmed) print '' . $domain['domaine'] . '