»

LJ::Talk::freeze_comments

LJ::Talk::freeze_comments — Freezes comments. This is the internal helper function called by

Use

LJ::Talk::freeze_comments(u, nodetype, nodeid, unfreeze, ids);

Arguments

  • u. Userid or object of user to manipulate comments in.

  • nodetype. Nodetype of the thing containing the specified ids. Typically "L".

  • nodeid. Id of the node to manipulate comments from.

  • unfreeze. If 1, unfreeze instead of freeze.

  • ids. Array reference containing jtalkids to manipulate.

Source:

cgi-bin/talklib.pl

Returns:

1 on success; undef on error