You are here

function redirect_cron in Redirect 7.2

Same name and namespace in other branches
  1. 7 redirect.module \redirect_cron()

Implements hook_cron().

File

./redirect.module, line 343

Code

function redirect_cron() {

  // Purge inactive self-managed redirects from the database.
  redirect_purge_inactive_redirects();
}