You are here

function computing_cron in Drupal Computing 7

Implements hook_cron().

File

./computing.module, line 311

Code

function computing_cron() {
  variable_set('computing_drupal_version', VERSION);
}