Aleksander Machniak
2013-04-19 7652687692bffdc31a1b65ed4afce97addd2bbde
program/lib/Roundcube/rcube_contacts.php
@@ -626,10 +626,6 @@
            $insert_id = $this->db->insert_id($this->db_name);
        }
        // also add the newly created contact to the active group
        if ($insert_id && $this->group_id)
            $this->add_to_group($this->group_id, $insert_id);
        $this->cache = null;
        return $insert_id;