You are here

function lingotek_set_node_sync_status in Lingotek Translation 7.2

Sets the Node sync status.

2 calls to lingotek_set_node_sync_status()
lingotek_add_target_sync_status_to_all_nodes in ./lingotek.sync.inc
When a new MT language is added, add a Target status tag to every node.
lingotek_set_node_and_targets_sync_status in ./lingotek.sync.inc
Sets the Node and Target languages to a given value. Note: All targets get the SAME status.
1 string reference to 'lingotek_set_node_sync_status'
lingotek_batch_identify_content in ./lingotek.batch.inc
Batch Create: Lingotek Identify Content - create informative lingonode data (in lingotek table) for pre-existing content

File

./lingotek.sync.inc, line 27
Content translation management and sync functions.

Code

function lingotek_set_node_sync_status($node_id, $node_status) {
  return lingotek_lingonode($node_id, 'node_sync_status', $node_status);
}