mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
fixed an other sql error when creating distribution lists
This commit is contained in:
parent
a910c7d413
commit
f9225d6aec
@ -684,7 +684,7 @@ class addressbook_groupdav extends groupdav_handler
|
||||
{
|
||||
$to_add_ids = $to_delete_ids = array();
|
||||
$filter = array('uid' => $to_delete ? array_merge($to_add, $to_delete) : $to_add);
|
||||
if (($contacts =& $this->bo->search(array(),'id,uid','','','',False,'AND',false,$filter)))
|
||||
if (($contacts =& $this->bo->search(array(), array('id', 'uid'),'','','',False,'AND',false,$filter)))
|
||||
{
|
||||
foreach($contacts as $c)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user