Removes useles code lines.
authorStéphane Jacob <sj@m4x.org>
Sat, 11 Sep 2010 14:42:12 +0000 (16:42 +0200)
committerStéphane Jacob <sj@m4x.org>
Sat, 11 Sep 2010 15:14:21 +0000 (17:14 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/xnetlists.php

index ae991b4..43f4006 100644 (file)
@@ -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'));