Andrew Berry wrote: > I'm sure I'm not the only person who's done something like the > following by mistake > $user = user_load(...);
No, I'd guess at least half the developers on this list have done that. That's why the guideline in core is to use $account for a user object. It took me a few mistakes like that to realize the wisdom in it. Nancy E. Wichmann, PMP Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
