You are here

function shorten_install in Shorten URLs 6

Implementation of hook_install().

File

./shorten.install, line 11
(Un)installs the Shorten module.

Code

function shorten_install() {
  drupal_install_schema('shorten');
}