You are here

function rec_transfer_cron in Recommender API 6.3

Same name and namespace in other branches
  1. 7.4 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 50
This is the module file for Recommender Data Transfer

Code

function rec_transfer_cron() {
  rec_transfer_handle_commands(TRUE);
}