mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-21 21:02:02 +01:00
It would only grab the last category. Now it grabs the correct ones..
This commit is contained in:
parent
548548dfda
commit
0382b72183
@ -3018,9 +3018,9 @@ class boicalendar
|
||||
}
|
||||
|
||||
@reset($ical_cats);
|
||||
$cat_id_nums = Array();
|
||||
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