function lingotek_comment_insert in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.2 lingotek.module \lingotek_comment_insert()
- 7.3 lingotek.module \lingotek_comment_insert()
Implements hook_comment_insert().
File
- ./
lingotek.module, line 1607
Code
function lingotek_comment_insert($comment) {
// Currently, the behavior for add/update is the same.
lingotek_comment_update($comment);
}