3 May
2006
3 May
'06
4:29 a.m.
Sammy Spets wrote:
Hey there everyone,
I'm looking through the bug reports and there is one (at least) i'm happy to fix. Just need a little info from the powers that be.
Is it by design that drupal not load module data into the $user object during bootstrap?
Yes. You almost never need the extra data and it can be a lot of queries.
I've written modules myself where it has to be done manually.
Thats the recommended way. Cheers, Gerhard