]> git.donarmstrong.com Git - roundcube.git/blobdiff - program/steps/addressbook/export.inc
Imported Upstream version 0.3
[roundcube.git] / program / steps / addressbook / export.inc
index d49fbe997eccdb9d09e94d879f288a37c1731fcd..101006f87f32cb97a45f391e3a25bcbfb0f4a9a8 100644 (file)
@@ -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())) {