You are here

function gauth_install in Google Auth 7

Same name and namespace in other branches
  1. 7.2 gauth.install \gauth_install()

Implements hook_install().

File

./gauth.install, line 90
Install and uninstall functions for the Google OAuth module.

Code

function gauth_install() {
  drupal_install_schema('gauth');
}