mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix a small error on importing of ICals. It would append categories instead of replacing for each event.
This commit is contained in:
parent
10586849e5
commit
b28384e34b
@ -3020,6 +3020,7 @@ class boicalendar
|
||||
@reset($ical_cats);
|
||||
while(list($key,$cat) = each($ical_cats))
|
||||
{
|
||||
$cat_id_nums = Array();
|
||||
if(!$cats->exists('appandmains',$cat))
|
||||
{
|
||||
$cats->add(
|
||||
|
Loading…
Reference in New Issue
Block a user