»

LJ::load_user

LJ::load_user — Loads a user record given a username.

Use

LJ::load_user(dbarg, user, force);

Arguments

  • 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

Info

From the table.

Source:

cgi-bin/ljlib.pl

Returns:

Hashref with keys being columns of user table.