You are here

function oauth_common_install in OAuth 1.0 6.3

Implementation of hook_install().

File

./oauth_common.install, line 11
Installation and schema related functions for the OAuth module

Code

function oauth_common_install() {
  drupal_install_schema('oauth_common');
}