From: Stéphane Jacob Date: Thu, 27 Oct 2011 07:29:28 +0000 (+0200) Subject: Shortens education.js.tpl lifetime. X-Git-Tag: xorg/1.1.4~53 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=115ca093b7f7569e0066561add69ee7e44e0f9f7;p=platal.git Shortens education.js.tpl lifetime. Signed-off-by: Stéphane Jacob --- diff --git a/modules/profile.php b/modules/profile.php index 6714c4e..c79a123 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -358,7 +358,7 @@ class ProfileModule extends PLModule function handler_education_js($page) { - pl_cached_content_headers("text/javascript", "utf-8"); + pl_cached_content_headers('text/javascript', 'utf-8', 3600); $page->changeTpl('profile/education.js.tpl', NO_SKIN); require_once 'education.func.inc.php'; }