You are here

function gauth_login_install in Google Auth 7.2

Same name and namespace in other branches
  1. 7 gauth_login/gauth_login.install \gauth_login_install()

Implements hook_install().

File

gauth_login/gauth_login.install, line 44
Install and uninstall functions for the Google Auth Login module.

Code

function gauth_login_install() {
  drupal_install_schema('gauth_login_services');
}