1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

Forgot a break.

This commit is contained in:
Thomas Tanghus 2012-05-29 16:46:54 +02:00
parent 741db210af
commit 62fcbde026

View File

@ -96,14 +96,9 @@ switch($element) {
//$value = getOtherValue(); //$value = getOtherValue();
} }
break; break;
//case 'CATEGORIES':
/* multi autocomplete triggers an save with empty value
if (!$value) {
$value = $vcard->getAsString('CATEGORIES');
}
break;*/
case 'NOTE': case 'NOTE':
$value = str_replace('\n', '\\n', $value); $value = str_replace('\n', '\\n', $value);
break;
case 'EMAIL': case 'EMAIL':
$value = strtolower($value); $value = strtolower($value);
break; break;