mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
Fix participants() deleted attendee issue
This commit is contained in:
parent
49de506d6f
commit
7f07102630
@ -964,7 +964,8 @@ ORDER BY cal_user_type, cal_usre_id
|
|||||||
'cal_user_id' => $ids,
|
'cal_user_id' => $ids,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
$this->db->delete($this->user_table,$where + array('('.implode(' OR ',$to_or).')'),__LINE__,__FILE__,'calendar');
|
$where[] = '('.implode(' OR ',$to_or).')';
|
||||||
|
$this->db->delete($this->user_table,$where,__LINE__,__FILE__,'calendar');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user