LJ::record_meme — Records a URL reference from a journal entry to the meme table.
LJ::record_meme
(dbarg, url, posterid, itemid, journalid);
dbarg. Deprecated; a master database handle ($dbh) or a master/slave set of database handles ($dbs).
url. URL to log
posterid. Userid of person posting
itemid. Itemid URL appears in. This is the display itemid, which is the jitemid*256+anum from the log2 table.
journalid. Optional, journal id of item, if item is clustered. Otherwise this should be zero or undef.
cgi-bin/ljlib.pl