You are here

function record_shorten_install in Shorten URLs 6

Implementation of hook_install().

File

./record_shorten.install, line 75
Records shortened URLs.

Code

function record_shorten_install() {
  drupal_install_schema('record_shorten');
}