Contacts: NOTE wasn't saved properly.

This commit is contained in:
Thomas Tanghus 2012-05-29 16:42:54 +02:00
parent dff16e70a9
commit 51aa84e70a
1 changed files with 2 additions and 0 deletions

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;