Fix 'non_blocking' issue (especially for Nokia)

This commit is contained in:
Jörg Lehrke 2010-05-14 09:28:46 +00:00
parent 362afdb312
commit dc8b3f2dec
2 changed files with 1 additions and 2 deletions

View File

@ -1707,7 +1707,7 @@ class calendar_boupdate extends calendar_bo
}
else
{
$matchFields = array('priority', 'public', 'non_blocking');
$matchFields = array('priority', 'public');
}
$matchFields[] = 'recurrence';
foreach ($matchFields as $key)

View File

@ -2843,7 +2843,6 @@ class calendar_ical extends calendar_boupdate
elseif (strtolower($agendaEntryType) == 'event')
{
$event['special'] = '2';
$event['non_blocking'] = 1;
}
}