Aleksander Machniak
2015-02-22 5321cbd4989658576533b6a4a4205269a96db751
program/lib/Roundcube/rcube_vcard.php
@@ -393,6 +393,10 @@
                    $this->raw[$tag][$index]['type'] = explode(',', ($typemap[$type_uc] ? $typemap[$type_uc] : $type));
                }
            }
            else {
                unset($this->raw[$tag]);
            }
            break;
        }
    }