]> source.dussan.org Git - nextcloud-server.git/commitdiff
Forgot a break.
authorThomas Tanghus <thomas@tanghus.net>
Tue, 29 May 2012 14:46:54 +0000 (16:46 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Tue, 29 May 2012 14:46:54 +0000 (16:46 +0200)
apps/contacts/ajax/saveproperty.php

index e4537cd97934be9d6fac05db962c87782fc983dc..6509ac21f280d959de9a4815de1e98ffbe0c3767 100644 (file)
@@ -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;