Fix a small error on importing of ICals. It would append categories instead of replacing for each event.

This commit is contained in:
skeeter 2001-10-01 02:34:00 +00:00
parent 10586849e5
commit b28384e34b

View File

@ -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(