From 46fcab89faf2962d26899768203e6afcdd5d8fd2 Mon Sep 17 00:00:00 2001 From: x2002bobillot Date: Mon, 9 Jan 2006 21:18:49 +0000 Subject: [PATCH] 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 --- htdocs.net/groupe/annuaire-admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } } -- 2.1.4