You are here

function pmpapi_query_tools_cron in Public Media Platform API Integration 7

Implements hook_cron().

File

pmpapi_query_tools/pmpapi_query_tools.module, line 133
Allows admins to build, save, and execute PMP queries

Code

function pmpapi_query_tools_cron() {
  if (variable_get('pmpapi_pull_pull_active')) {
    pmpapi_query_tools_execute_queries();
  }
}