]> git.mjollnir.org Git - moodle.git/commitdiff
Whoah ... bad typo! Fixed bug 1214 - thanks Eloy!
authormoodler <moodler>
Sat, 3 Apr 2004 02:47:11 +0000 (02:47 +0000)
committermoodler <moodler>
Sat, 3 Apr 2004 02:47:11 +0000 (02:47 +0000)
lib/editor/htmlarea.php

index dce9d066c3ee999b58f0c06cfdf7cfb15fd1a92b..634ed3ec77b24f0341ef6f47f4441a44f47acc2a 100644 (file)
@@ -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: ");