You are here

function lc_now_to_int in Link checker 5

2 calls to lc_now_to_int()
lc_CheckRuntime in ./linkchecker.module
linkchecker_cron in ./linkchecker.module
Implementation of hook_cron() Rebuild the table if necessary.

File

./linkchecker.module, line 585
This module periodically check html links referenced by drupal nodes Developed and maintained by Marek Tichy, marek@ecn.cz

Code

function lc_now_to_int() {
  return date("Ymd", time());
}