function lingotek_sync_upload_config_finished in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.6 lingotek.batch.inc \lingotek_sync_upload_config_finished()
1 string reference to 'lingotek_sync_upload_config_finished'
File
- ./
lingotek.batch.inc, line 363 - Central location for batch create functions, before control is handed off to individual batch command files.
Code
function lingotek_sync_upload_config_finished($success, $results, $operations) {
lingotek_sync_upload_node_finished($success, $results, $operations, TRUE);
}