function lc_Task2Nid in Link checker 5
1 call to lc_Task2Nid()
File
- ./
linkchecker.module, line 337 - This module periodically check html links referenced by drupal nodes Developed and maintained by Marek Tichy, marek@ecn.cz
Code
function lc_Task2Nid($task) {
return $task["nodeid"];
}