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:
parent
2fd9d16147
commit
741db210af
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user