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