You are here

function lingotek_mt in Lingotek Translation 6

1 string reference to 'lingotek_mt'
lingotek_menu in ./lingotek.module

File

./lingotek.mt.inc, line 11
Machine Translation

Code

function lingotek_mt($nid) {
  global $user;
  foreach ($_POST['targets'] as $target) {
    lingotek_enqueue($user->uid, $nid, $target, $_POST['engine']);
  }
}