From: moodler Date: Sat, 3 Apr 2004 02:47:11 +0000 (+0000) Subject: Whoah ... bad typo! Fixed bug 1214 - thanks Eloy! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c7ef02178e5acbe22e313154ce80fe6946b3f789;p=moodle.git Whoah ... bad typo! Fixed bug 1214 - thanks Eloy! --- 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: ");