mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 15:08:33 +01:00
fixed wrong indents
This commit is contained in:
parent
19dd3785a9
commit
80f9969ee3
@ -493,15 +493,15 @@ class calendar_ical extends calendar_boupdate
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'PRIORITY':
|
case 'PRIORITY':
|
||||||
if($this->productManufacturer == 'funambol')
|
if($this->productManufacturer == 'funambol')
|
||||||
{
|
{
|
||||||
$attributes['PRIORITY'] = (int) $this->priority_egw2funambol[$event['priority']];
|
$attributes['PRIORITY'] = (int) $this->priority_egw2funambol[$event['priority']];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$attributes['PRIORITY'] = (int) $this->priority_egw2ical[$event['priority']];
|
$attributes['PRIORITY'] = (int) $this->priority_egw2ical[$event['priority']];
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'TRANSP':
|
case 'TRANSP':
|
||||||
if ($version == '1.0')
|
if ($version == '1.0')
|
||||||
|
Loading…
Reference in New Issue
Block a user