forked from extern/egroupware
fixed wrong indents
This commit is contained in:
parent
19dd3785a9
commit
80f9969ee3
@ -493,15 +493,15 @@ class calendar_ical extends calendar_boupdate
|
||||
break;
|
||||
|
||||
case 'PRIORITY':
|
||||
if($this->productManufacturer == 'funambol')
|
||||
{
|
||||
$attributes['PRIORITY'] = (int) $this->priority_egw2funambol[$event['priority']];
|
||||
}
|
||||
else
|
||||
{
|
||||
$attributes['PRIORITY'] = (int) $this->priority_egw2ical[$event['priority']];
|
||||
}
|
||||
break;
|
||||
if($this->productManufacturer == 'funambol')
|
||||
{
|
||||
$attributes['PRIORITY'] = (int) $this->priority_egw2funambol[$event['priority']];
|
||||
}
|
||||
else
|
||||
{
|
||||
$attributes['PRIORITY'] = (int) $this->priority_egw2ical[$event['priority']];
|
||||
}
|
||||
break;
|
||||
|
||||
case 'TRANSP':
|
||||
if ($version == '1.0')
|
||||
|
Loading…
Reference in New Issue
Block a user