From c7ef02178e5acbe22e313154ce80fe6946b3f789 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 3 Apr 2004 02:47:11 +0000 Subject: [PATCH] Whoah ... bad typo! Fixed bug 1214 - thanks Eloy! --- lib/editor/htmlarea.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/editor/htmlarea.php b/lib/editor/htmlarea.php index dce9d066c3..634ed3ec77 100644 --- a/lib/editor/htmlarea.php +++ b/lib/editor/htmlarea.php @@ -5,7 +5,7 @@ $lifetime = 1800; header("Content-type: application/x-javascript"); // Correct MIME type - header("Last-Modified: " . gmdate("D, d M Y H:i:s", lastmodified) . " GMT"); + header("Last-Modified: " . gmdate("D, d M Y H:i:s", $lastmodified) . " GMT"); header("Expires: " . gmdate("D, d M Y H:i:s", time() + $lifetime) . " GMT"); header("Cache-control: max_age = $lifetime"); header("Pragma: "); -- 2.39.5