From 3f6e971571825dd66650348ef84b4e57d4cd15b8 Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Tue, 10 Apr 2012 21:19:03 +0200 Subject: [PATCH] Contacts: Don't lowercase categories value when saving --- apps/contacts/ajax/saveproperty.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/contacts/ajax/saveproperty.php b/apps/contacts/ajax/saveproperty.php index 4cef4d1e7a5..99d55e7927a 100644 --- a/apps/contacts/ajax/saveproperty.php +++ b/apps/contacts/ajax/saveproperty.php @@ -96,7 +96,7 @@ switch($element) { //$value = getOtherValue(); } break; - case 'CATEGORIES': + //case 'CATEGORIES': /* multi autocomplete triggers an save with empty value if (!$value) { $value = $vcard->getAsString('CATEGORIES'); -- 2.39.5