LJ::infohistory_add — Add a line of text to the infohistory table for an account.
LJ::infohistory_add
(uuid, what, value, other);
uuid. User id or user object to insert infohistory for.
what. What type of history being inserted (15 chars max).
value. Value for the item (255 chars max).
other. Extra information (30 chars max).
cgi-bin/ljlib.pl
1 on success, 0 on error.