mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 15:30:21 +01:00
Fix 'non_blocking' issue (especially for Nokia)
This commit is contained in:
parent
005787a2b2
commit
51cce571ea
@ -1343,7 +1343,7 @@ class calendar_boupdate extends calendar_bo
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$matchFields = array('priority', 'public', 'non_blocking');
|
$matchFields = array('priority', 'public');
|
||||||
}
|
}
|
||||||
$matchFields[] = 'reference';
|
$matchFields[] = 'reference';
|
||||||
foreach ($matchFields as $key)
|
foreach ($matchFields as $key)
|
||||||
|
@ -2703,7 +2703,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…
Reference in New Issue
Block a user