patch from erwin.leubaz-AT-advancedsilicon.com for IE and Outlook2007

This commit is contained in:
Ralf Becker 2007-10-25 15:35:04 +00:00
parent cf69bfd0a9
commit 80f9d76753

View File

@ -560,6 +560,9 @@
$content_type = 'text/calendar';
if($content_type)
{
header('Last-Modified: '.gmdate('D, d M Y H:i:s') . ' GMT');
header('Cache-Control: no-store, no-cache, must-revalidate'); // HTTP/1.1
header('Cache-Control: pre-check=0, post-check=0, max-age=0'); // HTTP/1.1
header('Content-Type: '.$content_type);
}
echo $vcalstr;