Fix 'non_blocking' issue (especially for Nokia)

This commit is contained in:
Jörg Lehrke 2010-05-14 11:14:06 +00:00
parent 0f048fe08b
commit 743ada827f
2 changed files with 1 additions and 2 deletions

View File

@ -1636,7 +1636,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

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