LJ::mark_dirty — Marks a given user as being $what type of dirty
LJ::mark_dirty
(u, what);
u. A hashref of a row from the user table, sometimes called a "user object". Although only initially a row from the user table, gets a lot of tacked onto it from various other LJ API functions.
what. type of dirty being marked (EG 'friends')
cgi-bin/ljlib.pl
1