You are here

function ga_login_install in Google Authenticator login 6

Same name and namespace in other branches
  1. 7 ga_login.install \ga_login_install()

Implements hook_install().

File

./ga_login.install, line 38
Install, update and uninstall functions for the ga_login module.

Code

function ga_login_install() {
  drupal_install_schema('ga_login');
  variable_set('ga_login_textname', variable_get('site_name', 'Drupal'));
}