You are here

function lingotek_bulk_mt_upload_batch_complete_submit in Lingotek Translation 7.2

Dashboard: Machine Translation Complete - Form Submit - Redirects Back to the Lingotek Dashboard.

File

./lingotek.batch.inc, line 535

Code

function lingotek_bulk_mt_upload_batch_complete_submit($form, $form_state) {
  drupal_goto(LINGOTEK_BASE_URL);
}