bugfix : n'affiche que le dernier x de la liste des non membres mais dans une liste
authorx2002bobillot <x2002bobillot@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 9 Jan 2006 21:18:49 +0000 (21:18 +0000)
committerx2002bobillot <x2002bobillot@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 9 Jan 2006 21:18:49 +0000 (21:18 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.9@203 839d8a87-29fc-0310-9880-83ba4fa771e5

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;
         }
     }
 }