* Core:
- #1523: Rename AUTH_MDP to AUTH_PASSWD -JAC
+ - #1534: Fixes birthday calendar downloading with IE -JAC
* Email:
- #1529: Stores and uses preferences for sending emails from site -JAC
} else {
$encoding = 'utf-8';
}
- pl_content_headers("text/comma-separated-values;charset=".$encoding);
+ pl_cached_content_headers('text/comma-separated-values; charset=' . $encoding, 1);
}
function handler_ical(PlPage $page, PlUser $user)
$profiles = $filter->iterProfiles();
$page->assign('events', PlIteratorUtils::map($profiles, array($this, 'buildBirthRef')));
- pl_content_headers("text/calendar");
+ pl_cached_content_headers('text/calendar', 1);
}
function handler_vcard($page, $photos = null)