diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-16 10:50:43 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-16 10:50:43 +0200 |
commit | e5a77d2634cd165da7bc6f86bb08fe21d9e357ea (patch) | |
tree | e7a062415003d7e350c87aa3fbf03169e2673a8e /program/lib/Roundcube/rcube_csv2vcard.php | |
parent | 398b7a9b0b63b1df91fceffccf7724fa98cade5e (diff) | |
parent | 5be6dcf0e2234b22391ad4f654efddd0ba7c0e92 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/lib/Roundcube/rcube_csv2vcard.php')
-rw-r--r-- | program/lib/Roundcube/rcube_csv2vcard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_csv2vcard.php b/program/lib/Roundcube/rcube_csv2vcard.php index aa385dce4..06bc387d5 100644 --- a/program/lib/Roundcube/rcube_csv2vcard.php +++ b/program/lib/Roundcube/rcube_csv2vcard.php @@ -56,7 +56,7 @@ class rcube_csv2vcard //'email_2_type' => '', //'email_3_address' => '', //@TODO //'email_3_type' => '', - 'email_address' => 'email:main', + 'email_address' => 'email:pref', //'email_type' => '', 'first_name' => 'firstname', 'gender' => 'gender', |