]> git.mjollnir.org Git - moodle.git/commitdiff
Don't carry description around in USER session variable ... can be big
authormoodler <moodler>
Sat, 3 Jan 2004 06:20:25 +0000 (06:20 +0000)
committermoodler <moodler>
Sat, 3 Jan 2004 06:20:25 +0000 (06:20 +0000)
login/index.php

index da57ff85b44e3ccf86257e23a3101e6a46763921..e01a807e70a3e79a39ec730d69cec6970f9ce396 100644 (file)
@@ -43,6 +43,7 @@
             }
 
             $USER = $user;
+            $USER->description = "";       // No need to cart this around
             $USER->loggedin = true;
             $USER->site = $CFG->wwwroot;   // for added security