function lingotek_enqueue in Lingotek Translation 6
1 call to lingotek_enqueue()
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);
}