From: Stéphane Jacob Date: Sat, 11 Sep 2010 14:42:12 +0000 (+0200) Subject: Removes useles code lines. X-Git-Tag: xorg/1.0.1~206 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=5a5bcaef9f12703be3e7c494d1bfd571dfcb8109;p=platal.git Removes useles code lines. Signed-off-by: Stéphane Jacob --- 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'));