function gauth_user_install in Google Auth 7
Same name and namespace in other branches
- 7.2 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');
}