mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix participants() deleted attendee issue, again
This commit is contained in:
parent
3c80e5aa26
commit
6312a087e3
@ -964,8 +964,9 @@ ORDER BY cal_user_type, cal_usre_id
|
||||
'cal_user_id' => $ids,
|
||||
));
|
||||
}
|
||||
$where[] = '('.implode(' OR ',$to_or).')';
|
||||
$where[1] = '('.implode(' OR ',$to_or).')';
|
||||
$this->db->delete($this->user_table,$where,__LINE__,__FILE__,'calendar');
|
||||
unset($where[1]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user