Fix 'non_blocking' issue (especially for Nokia)

This commit is contained in:
Jörg Lehrke 2010-05-14 10:23:44 +00:00
parent 005787a2b2
commit 51cce571ea
2 changed files with 1 additions and 2 deletions

View File

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

View File

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