function lingotek_node_insert in Lingotek Translation 6
Same name and namespace in other branches
- 7.2 lingotek.module \lingotek_node_insert()
- 7.3 lingotek.module \lingotek_node_insert()
- 7.4 lingotek.module \lingotek_node_insert()
1 call to lingotek_node_insert()
File
- ./
lingotek.module, line 279
Code
function lingotek_node_insert($node) {
if (isset($node->phaseTemplate)) {
lingotek_lingonode($node->nid, 'phaseTemplate', $node->phaseTemplate);
}
}