From 80f9969ee3d89a5ac225bbd0c4e89f80379c77c2 Mon Sep 17 00:00:00 2001 From: Christian Binder Date: Sat, 2 Jan 2010 13:25:58 +0000 Subject: [PATCH] fixed wrong indents --- calendar/inc/class.calendar_ical.inc.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/calendar/inc/class.calendar_ical.inc.php b/calendar/inc/class.calendar_ical.inc.php index a82747ca2f..562dd19b35 100644 --- a/calendar/inc/class.calendar_ical.inc.php +++ b/calendar/inc/class.calendar_ical.inc.php @@ -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')