Contacts: Don't lowercase categories value when saving

This commit is contained in:
Bart Visscher 2012-04-10 21:19:03 +02:00
parent fd72556fd1
commit 3f6e971571
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ switch($element) {
//$value = getOtherValue(); //$value = getOtherValue();
} }
break; break;
case 'CATEGORIES': //case 'CATEGORIES':
/* multi autocomplete triggers an save with empty value /* multi autocomplete triggers an save with empty value
if (!$value) { if (!$value) {
$value = $vcard->getAsString('CATEGORIES'); $value = $vcard->getAsString('CATEGORIES');