Skip to content
Snippets Groups Projects
Commit 6515c5c1 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Contacts: NOTE wasn't saved properly.

parent 1c1ed528
No related branches found
No related tags found
No related merge requests found
......@@ -96,12 +96,9 @@ switch($element) {
//$value = getOtherValue();
}
break;
//case 'CATEGORIES':
/* multi autocomplete triggers an save with empty value
if (!$value) {
$value = $vcard->getAsString('CATEGORIES');
}
break;*/
case 'NOTE':
$value = str_replace('\n', '\\n', $value);
break;
case 'EMAIL':
$value = strtolower($value);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment