Thomas Bruederli
2012-11-25 9be2f43d02cd54340fc64c9b2cee9cfa94b49034
program/lib/Roundcube/rcube_csv2vcard.php
@@ -244,8 +244,8 @@
    {
        // Localize fields map
        if ($lang && $lang != 'en_US') {
            if (file_exists(INSTALL_PATH . "program/localization/$lang/csv2vcard.inc")) {
                include INSTALL_PATH . "program/localization/$lang/csv2vcard.inc";
            if (file_exists(RCUBE_LOCALIZATION_DIR . "$lang/csv2vcard.inc")) {
                include RCUBE_LOCALIZATION_DIR . "$lang/csv2vcard.inc";
            }
            if (!empty($map)) {