From 257aa829a3c7629237b0078669f5cb9a101337c0 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 20 Oct 2007 06:05:24 +0000 Subject: [PATCH] "fixed typo reported by Thomas Hoth on the developer list, causing calendar sync in trunk to fail if the clients wants categories" --- calendar/inc/class.boical.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.boical.inc.php b/calendar/inc/class.boical.inc.php index 07a499d27a..ce930920ca 100644 --- a/calendar/inc/class.boical.inc.php +++ b/calendar/inc/class.boical.inc.php @@ -710,7 +710,7 @@ case 'CATEGORIES': if ($attributes['value']) { - $vcardData['category'] = $this->find_or_add_categorie(explode(',',$attributes['value'])); + $vcardData['category'] = $this->find_or_add_categories(explode(',',$attributes['value'])); } else {