From: x2002bobillot Date: Mon, 9 Jan 2006 21:18:49 +0000 (+0000) Subject: bugfix : n'affiche que le dernier x de la liste des non membres mais dans une liste X-Git-Tag: xorg/0.9.9~28 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=46fcab89faf2962d26899768203e6afcdd5d8fd2;p=platal.git bugfix : n'affiche que le dernier x de la liste des non membres mais dans une liste git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.9@203 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/htdocs.net/groupe/annuaire-admin.php b/htdocs.net/groupe/annuaire-admin.php index 22a7fe8..91c7b41 100644 --- a/htdocs.net/groupe/annuaire-admin.php +++ b/htdocs.net/groupe/annuaire-admin.php @@ -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; } } }