function tripal_example_cron

2.x tripal_example.module tripal_example_cron()

Implements hook_cron()

File

tripal_example/tripal_example.module, line 329
This file contains all Drupal hooks for the module other than any node hooks and block hooks. Those go in the [module name].chado_node.inc file and [module_name].blocks.inc respectively

Code

function tripal_example_cron() {

  // EXPLANATION: here we can add any code that needs to be executed when the
  // Drupal cron is run.
}