mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
fixed an other sql error when creating distribution lists
This commit is contained in:
parent
f4597f6314
commit
9638679c97
@ -619,7 +619,7 @@ class addressbook_groupdav extends groupdav_handler
|
|||||||
{
|
{
|
||||||
$to_add_ids = $to_delete_ids = array();
|
$to_add_ids = $to_delete_ids = array();
|
||||||
$filter = array('uid' => $to_delete ? array_merge($to_add, $to_delete) : $to_add);
|
$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)
|
foreach($contacts as $c)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user