LJ::statushistory_add — Adds a row to a user's statushistory
LJ::statushistory_add
(dbarg, userid, adminid, shtype, notes);
dbarg. Deprecated; a master database handle ($dbh) or a master/slave set of database handles ($dbs).
userid. The user being acted on.
adminid. The site admin doing the action.
shtype. The status history type code.
notes. Optional notes associated with this action.
See the statushistory table.
cgi-bin/ljlib.pl
boolean; 1 on success, 0 on failure