1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Contacts: NOTE wasn't saved properly.

This commit is contained in:
Thomas Tanghus 2012-05-29 16:42:54 +02:00
parent 2fd9d16147
commit 741db210af

View File

@ -102,6 +102,8 @@ switch($element) {
$value = $vcard->getAsString('CATEGORIES');
}
break;*/
case 'NOTE':
$value = str_replace('\n', '\\n', $value);
case 'EMAIL':
$value = strtolower($value);
break;