From c9df18ed8c62f2d6eb454b2554e6bb40382f3701 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Tue, 29 May 2012 16:46:54 +0200 Subject: [PATCH] Forgot a break. --- apps/contacts/ajax/saveproperty.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/apps/contacts/ajax/saveproperty.php b/apps/contacts/ajax/saveproperty.php index e4537cd9793..6509ac21f28 100644 --- a/apps/contacts/ajax/saveproperty.php +++ b/apps/contacts/ajax/saveproperty.php @@ -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;