You are here

function lingotek_node_insert in Lingotek Translation 7.2

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

Implements hook_node_insert().

File

./lingotek.module, line 776

Code

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