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) { ...@@ -96,12 +96,9 @@ switch($element) {
//$value = getOtherValue(); //$value = getOtherValue();
} }
break; break;
//case 'CATEGORIES': case 'NOTE':
/* multi autocomplete triggers an save with empty value $value = str_replace('\n', '\\n', $value);
if (!$value) { break;
$value = $vcard->getAsString('CATEGORIES');
}
break;*/
case 'EMAIL': case 'EMAIL':
$value = strtolower($value); $value = strtolower($value);
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment