You are here

function support_cron in Support Ticketing System 7

Same name and namespace in other branches
  1. 6 support.module \support_cron()

Implementation of hook_cron().

File

./support.module, line 386
support.module

Code

function support_cron() {
  if (variable_get('support_cron_download_mail', TRUE)) {
    support_fetch_client_mail();
  }
}