You are here

function lingotek_comment_insert in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.2 lingotek.module \lingotek_comment_insert()
  2. 7.4 lingotek.module \lingotek_comment_insert()

Implements hook_comment_insert().

File

./lingotek.module, line 1163

Code

function lingotek_comment_insert($comment) {

  // Currently, the behavior for add/update is the same.
  lingotek_comment_update($comment);
}