»

LJ::get_newids

LJ::get_newids — Lookup an old global ID and see what journal it belongs to and its new ID.

Use

LJ::get_newids(area, oldid);

Arguments

  • area. The "area" of the id. Legal values are "L" (log), to lookup an old itemid, or "T" (talk) to lookup an old talkid.

  • oldid. The old globally-unique id of the item.

Info

Interface to oldids table (URL compatability)

Source:

cgi-bin/ljlib.pl

Returns:

Undef if non-existent or unconverted, or arrayref of [$userid, $newid].