From: moodler Date: Sat, 3 Jan 2004 06:20:25 +0000 (+0000) Subject: Don't carry description around in USER session variable ... can be big X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1cb5bf828bcd720db3b25cbbb68c19e2f9273423;p=moodle.git Don't carry description around in USER session variable ... can be big --- diff --git a/login/index.php b/login/index.php index da57ff85b4..e01a807e70 100644 --- a/login/index.php +++ b/login/index.php @@ -43,6 +43,7 @@ } $USER = $user; + $USER->description = ""; // No need to cart this around $USER->loggedin = true; $USER->site = $CFG->wwwroot; // for added security