]> git.donarmstrong.com Git - roundcube.git/blobdiff - program/steps/addressbook/export.inc
Imported Upstream version 0.7
[roundcube.git] / program / steps / addressbook / export.inc
index a710aa20437478b7dd40e860c9e1a4e39cdc3ffa..8ba1c08b617a9b1a6b7413d7060d31fc1199b6fd 100644 (file)
@@ -66,7 +66,6 @@ else {
 }
 
 // send downlaod headers
-send_nocacheing_headers();
 header('Content-Type: text/x-vcard; charset='.RCMAIL_CHARSET);
 header('Content-Disposition: attachment; filename="rcube_contacts.vcf"');