From: Bart Visscher Date: Tue, 10 Apr 2012 19:19:03 +0000 (+0200) Subject: Contacts: Don't lowercase categories value when saving X-Git-Tag: v4.0.0beta~366 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3f6e971571825dd66650348ef84b4e57d4cd15b8;p=nextcloud-server.git Contacts: Don't lowercase categories value when saving --- 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');