Er... on the cookies I meant.

This commit is contained in:
moodler 2002-12-24 10:08:24 +00:00
parent 7185e073ed
commit 4fe04be0bd

View file

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