mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Forgot a break.
This commit is contained in:
parent
741db210af
commit
62fcbde026
@ -96,14 +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;
|
||||
|
Loading…
Reference in New Issue
Block a user