»

LJ::infohistory_add

LJ::infohistory_add — Add a line of text to the infohistory table for an account.

Use

LJ::infohistory_add(uuid, what, value, other);

Arguments

  • 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).

Source:

cgi-bin/ljlib.pl

Returns:

1 on success, 0 on error.