You are here

function gauth_user_install in Google Auth 7.2

Same name and namespace in other branches
  1. 7 gauth_user/gauth_user.install \gauth_user_install()

Implements hook_install().

File

gauth_user/gauth_user.install, line 70
Install and uninstall functions for the Google Auth User module.

Code

function gauth_user_install() {
  drupal_install_schema('gauth_user_services');
}