Implements hook_cron().
function history_cron() { db_delete('history') ->condition('timestamp', HISTORY_READ_LIMIT, '<') ->execute(); }