Aleksander Machniak
2015-02-22 99dafc41a371f393d4af9c99abab320836345250
program/lib/Roundcube/rcube_contacts.php
@@ -714,6 +714,11 @@
        // copy values into vcard object
        $vcard = new rcube_vcard($record['vcard'] ? $record['vcard'] : $save_data['vcard'], RCUBE_CHARSET, false, $this->vcard_fieldmap);
        $vcard->reset();
        // don't store groups in vCard (#1490277)
        $vcard->set('groups', null);
        unset($save_data['groups']);
        foreach ($save_data as $key => $values) {
            list($field, $section) = explode(':', $key);
            $fulltext = in_array($field, $this->fulltext_cols);