From f99ab196a4197253f598652dfc5877bf84ccb90b Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 22 Jun 2009 16:20:34 +0000 Subject: - use RCMAIL_CHARSET instead of hardcoded 'utf-8' git-svn-id: https://svn.roundcube.net/trunk@2672 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/addressbook/export.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps/addressbook') diff --git a/roundcubemail/program/steps/addressbook/export.inc b/roundcubemail/program/steps/addressbook/export.inc index d49fbe997..101006f87 100644 --- a/roundcubemail/program/steps/addressbook/export.inc +++ b/roundcubemail/program/steps/addressbook/export.inc @@ -26,7 +26,7 @@ $result = $CONTACTS->list_records(); // send downlaod headers send_nocacheing_headers(); -header('Content-Type: text/x-vcard; charset=UTF-8'); +header('Content-Type: text/x-vcard; charset='.RCMAIL_CHARSET); header('Content-Disposition: attachment; filename="rcube_contacts.vcf"'); while ($result && ($row = $result->next())) { -- cgit v1.2.3