You are here

function lingotek_sync_upload_config_finished in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.6 lingotek.batch.inc \lingotek_sync_upload_config_finished()
1 string reference to 'lingotek_sync_upload_config_finished'
lingotek_config_upload_selected in ./lingotek.config.inc

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);
}