]> git.mjollnir.org Git - moodle.git/commitdiff
Er... on the cookies I meant.
authormoodler <moodler>
Tue, 24 Dec 2002 10:08:24 +0000 (10:08 +0000)
committermoodler <moodler>
Tue, 24 Dec 2002 10:08:24 +0000 (10:08 +0000)
lib/moodlelib.php

index c646e795de28504d39e38ba6cf20e1f30503b30c..188ac34bdb053857c474652265953d14d585893e 100644 (file)
@@ -434,7 +434,7 @@ function get_moodle_cookie() {
 /// Gets a moodle cookie with an encrypted string
     global $CFG;
 
-    $cookiename = "MOODLEID{$CFG->prefix}";
+    $cookiename = "MOODLEID{$CFG->prefix}"; 
 
     global $$cookiename;