Updates unread comment totals, bookmarks, and activity. Sends notifications.
public save2 ( array $CommentID, integer $Insert, boolean $CheckExisting = true, boolean $IncUser = false ) | ||
$CommentID | array | Unique ID for this comment. |
$Insert | integer | Used as a boolean for whether this is a new comment. |
$CheckExisting | boolean | Not used. |
$IncUser | boolean | Whether or not to just increment the user's comment count rather than recalculate it. |