LJ::load_user — Loads a user record given a username.
LJ::load_user
(dbarg, user, force);
dbarg. Deprecated; a master database handle ($dbh) or a master/slave set of database handles ($dbs).
user. Username of user to load.
force. if set to true, won't return cached user object and will query a dbh
From the table.
cgi-bin/ljlib.pl
Hashref with keys being columns of user table.