mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 03:41:53 +02:00
Fix 'non_blocking' issue (especially for Nokia)
This commit is contained in:
parent
362afdb312
commit
dc8b3f2dec
@ -1707,7 +1707,7 @@ class calendar_boupdate extends calendar_bo
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$matchFields = array('priority', 'public', 'non_blocking');
|
$matchFields = array('priority', 'public');
|
||||||
}
|
}
|
||||||
$matchFields[] = 'recurrence';
|
$matchFields[] = 'recurrence';
|
||||||
foreach ($matchFields as $key)
|
foreach ($matchFields as $key)
|
||||||
|
@ -2843,7 +2843,6 @@ class calendar_ical extends calendar_boupdate
|
|||||||
elseif (strtolower($agendaEntryType) == 'event')
|
elseif (strtolower($agendaEntryType) == 'event')
|
||||||
{
|
{
|
||||||
$event['special'] = '2';
|
$event['special'] = '2';
|
||||||
$event['non_blocking'] = 1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user