You are here

function rec_transfer_cron in Recommender API 7.4

Same name and namespace in other branches
  1. 6.3 rec_transfer/rec_transfer.module \rec_transfer_cron()
  2. 7.5 rec_transfer/rec_transfer.module \rec_transfer_cron()

Implements hook_cron().

File

rec_transfer/rec_transfer.module, line 66
This is the module file for Recommender Data Transfer

Code

function rec_transfer_cron() {
  rec_transfer_handle_commands(TRUE);
}