diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-11-07 20:12:16 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-11-07 20:12:16 +0100 |
commit | 5983ee0f183d8d8b13cb757aff16402fa71420fd (patch) | |
tree | 6a7c6a297ee3b0c1985efb1c53cfd043bedd090e /program/lib/Roundcube/rcube_vcard.php | |
parent | 3433637cb94c0b27bf4cd9347dc7f19494314f25 (diff) |
Fix categories/groups import from csv
Diffstat (limited to 'program/lib/Roundcube/rcube_vcard.php')
-rw-r--r-- | program/lib/Roundcube/rcube_vcard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_vcard.php b/program/lib/Roundcube/rcube_vcard.php index 5f74ccbd4..a54ee7e11 100644 --- a/program/lib/Roundcube/rcube_vcard.php +++ b/program/lib/Roundcube/rcube_vcard.php @@ -378,7 +378,7 @@ class rcube_vcard 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]); |