fix bug with deletion of lists: DB was not purged
[platal.git] / htdocs.net / groupe / annuaire-admin.php
index 34e0406..91c7b41 100644 (file)
@@ -34,13 +34,14 @@ 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;
         }
     }
 }
 
 $page->assign('not_in_group_ext', $not_in_group_ext);
 $page->assign('not_in_group_x', $not_in_group_x);
+$page->assign('lists', $lists);
 $page->run();
 
 ?>