From ff82994d23549527fe2e9c9f1214d639b73c0a22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 5 Jul 2010 11:12:21 +0200 Subject: [PATCH] Fixes synchronisation between group directory and mailing list. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/xnetlists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/xnetlists.php b/modules/xnetlists.php index 6a22215..ae991b4 100644 --- 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::getBuildUsersWithUIDs($ann, 'promo,full_name'); + $users = User::getBulkUsersWithUIDs($ann); $not_in_list = array(); foreach ($users as $user) { -- 2.1.4