mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +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);
|
@reset($ical_cats);
|
||||||
while(list($key,$cat) = each($ical_cats))
|
while(list($key,$cat) = each($ical_cats))
|
||||||
{
|
{
|
||||||
|
$cat_id_nums = Array();
|
||||||
if(!$cats->exists('appandmains',$cat))
|
if(!$cats->exists('appandmains',$cat))
|
||||||
{
|
{
|
||||||
$cats->add(
|
$cats->add(
|
||||||
|
Loading…
Reference in New Issue
Block a user