mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Fix 'non_blocking' issue (especially for Nokia)
This commit is contained in:
parent
0f048fe08b
commit
743ada827f
@ -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)
|
||||
|
@ -2839,7 +2839,6 @@ class calendar_ical extends calendar_boupdate
|
||||
elseif (strtolower($agendaEntryType) == 'event')
|
||||
{
|
||||
$event['special'] = '2';
|
||||
$event['non_blocking'] = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user