diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-04-10 21:19:03 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-04-10 21:19:39 +0200 |
commit | 3f6e971571825dd66650348ef84b4e57d4cd15b8 (patch) | |
tree | 6a7264e22053dfa5d48d19a831f819ce8591b165 /apps | |
parent | fd72556fd16260088ec4a4340b6ea5d9e6a126a3 (diff) | |
download | nextcloud-server-3f6e971571825dd66650348ef84b4e57d4cd15b8.tar.gz nextcloud-server-3f6e971571825dd66650348ef84b4e57d4cd15b8.zip |
Contacts: Don't lowercase categories value when saving
Diffstat (limited to 'apps')
-rw-r--r-- | apps/contacts/ajax/saveproperty.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |