program/lib/Roundcube/rcube_vcard.php
@@ -1,6 +1,6 @@ <?php /* /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | | Copyright (C) 2008-2012, The Roundcube Dev Team | @@ -393,6 +393,10 @@ $this->raw[$tag][$index]['type'] = explode(',', ($typemap[$type_uc] ? $typemap[$type_uc] : $type)); } } else { unset($this->raw[$tag]); } break; } }