Aleksander Machniak
2013-11-07 5983ee0f183d8d8b13cb757aff16402fa71420fd
program/lib/Roundcube/rcube_vcard.php
@@ -378,7 +378,7 @@
        default:
            if ($field == 'phone' && $this->phonetypemap[$type_uc]) {
                $type = $this->phonetypemap[$type_uc];
             }
            }
            if (($tag = self::$fieldmap[$field]) && (is_array($value) || strlen($value))) {
                $index = count($this->raw[$tag]);