projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d814b7b
)
Removes useles code lines.
author
Stéphane Jacob
<sj@m4x.org>
Sat, 11 Sep 2010 14:42:12 +0000
(16:42 +0200)
committer
Sté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
patch
|
blob
|
blame
|
history
diff --git
a/modules/xnetlists.php
b/modules/xnetlists.php
index
ae991b4
..
43f4006
100644
(file)
--- 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'));