fixed wrong indents

This commit is contained in:
Christian Binder 2010-01-02 13:25:58 +00:00
parent 19dd3785a9
commit 80f9969ee3

View File

@ -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')