You are here

function mobile_number_install in Mobile Number 7

Same name and namespace in other branches
  1. 8 mobile_number.install \mobile_number_install()
  2. 2.0.x mobile_number.install \mobile_number_install()

Implements hook_install().

File

./mobile_number.install, line 92
Install, update and uninstall functions for the systementity_configfield module.

Code

function mobile_number_install() {
  variable_set('mobile_number_secret', drupal_get_token('mobile number secret' . rand(0, 999999999)));
}