You are here

function lingotek_enqueue in Lingotek Translation 6

1 call to lingotek_enqueue()
lingotek_mt in ./lingotek.mt.inc

File

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

Code

function lingotek_enqueue($uid, $nid, $language, $engine) {
  db_query("INSERT INTO {lingotek_mt_queue} VALUES(%d, %d, '%s', '%s')", $uid, $nid, $language, $engine);
}