From 5a5bcaef9f12703be3e7c494d1bfd571dfcb8109 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sat, 11 Sep 2010 16:42:12 +0200 Subject: [PATCH] Removes useles code lines. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/xnetlists.php | 3 --- 1 file changed, 3 deletions(-) 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')); -- 2.1.4