function lingotek_node_insert in Lingotek Translation 7.3
Same name and namespace in other branches
- 6 lingotek.module \lingotek_node_insert()
- 7.2 lingotek.module \lingotek_node_insert()
- 7.4 lingotek.module \lingotek_node_insert()
Implements hook_node_insert().
File
- ./
lingotek.module, line 754
Code
function lingotek_node_insert($node) {
lingotek_node_update($node);
}