projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0554f70
)
Fixes synchronisation between group directory and mailing list.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 5 Jul 2010 09:12:21 +0000
(11:12 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 5 Jul 2010 09:12:21 +0000
(11:12 +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
6a22215
..
ae991b4
100644
(file)
--- a/
modules/xnetlists.php
+++ b/
modules/xnetlists.php
@@
-224,7
+224,7
@@
class XnetListsModule extends ListsModule
$ann = XDB::fetchColumn('SELECT uid
FROM group_members
WHERE asso_id = {?}', $globals->asso('id'));
- $users = User::getBu
ildUsersWithUIDs($ann, 'promo,full_name'
);
+ $users = User::getBu
lkUsersWithUIDs($ann
);
$not_in_list = array();
foreach ($users as $user) {