You are here

function lingotek_node_insert in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 6 lingotek.module \lingotek_node_insert()
  2. 7.2 lingotek.module \lingotek_node_insert()
  3. 7.3 lingotek.module \lingotek_node_insert()

Implements hook_node_insert().

File

./lingotek.module, line 1162

Code

function lingotek_node_insert($node) {
  lingotek_node_update($node);
}