fix bug with deletion of lists: DB was not purged
[platal.git] / htdocs.net / groupe / annuaire-admin.php
index 22a7fe8..91c7b41 100644 (file)
@@ -34,7 +34,7 @@ foreach ($subscribers as $mail) {
         if (strstr($mail, '@polytechnique.org') === false) {
             $not_in_group_ext[] = $mail;
         } else {
-            $not_in_group_x = $mail;
+            $not_in_group_x[] = $mail;
         }
     }
 }