You are here

function tmgmt_extension_suit_cron in TMGMT Extension Suite 8

Same name and namespace in other branches
  1. 8.2 tmgmt_extension_suit.module \tmgmt_extension_suit_cron()

Implements hook_cron().

File

./tmgmt_extension_suit.module, line 81

Code

function tmgmt_extension_suit_cron() {
  tmgmt_extension_suit_add_to_check_status();
}