X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fcarnet.php;h=e6ca6a6462ac909cb576bfec5978798bb406c81e;hb=3cb500d5b2d9815049f82bc4bd35eb377fbd16d1;hp=54a118d9ea0fa5680576880ab1b6a27408c2065c;hpb=f7644ca9771d1a9dd59a761f4e00144eb5e46c5e;p=platal.git diff --git a/modules/carnet.php b/modules/carnet.php index 54a118d..e6ca6a6 100644 --- a/modules/carnet.php +++ b/modules/carnet.php @@ -307,7 +307,7 @@ class CarnetModule extends PLModule } $page->assign('events', $annivs); - header('Content-Type: text/calendar; charset=utf-8'); + pl_content_headers("text/calendar"); } function handler_vcard(&$page, $photos = null)