You are here

function computing_install in Drupal Computing 7

Same name and namespace in other branches
  1. 7.2 computing.install \computing_install()

Implements hook_install().

File

./computing.install, line 84
Drupal Computing installation file.

Code

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