X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fxnetlists.php;h=43f4006eb1655fb0e0a69cd735575417a2a3ace1;hb=1dd218522cea6ae08998b0ca107c8fec608ddce8;hp=ae991b48f431d06b038583407410766130af880e;hpb=ff82994d23549527fe2e9c9f1214d639b73c0a22;p=platal.git diff --git a/modules/xnetlists.php b/modules/xnetlists.php index ae991b4..43f4006 100644 --- a/modules/xnetlists.php +++ b/modules/xnetlists.php @@ -218,9 +218,6 @@ class XnetListsModule extends ListsModule $mails = array_map(create_function('$arr', 'return $arr[1];'), $members); $subscribers = array_unique($mails); - $not_in_group_x = array(); - $not_in_group_ext = array(); - $ann = XDB::fetchColumn('SELECT uid FROM group_members WHERE asso_id = {?}', $globals->asso('id'));