function shorten_cs_install in Shorten URLs 6
Implementation of hook_install().
File
- ./
shorten_cs.install, line 63 - Install, update, and uninstall functions for the Shorten URLs Custom Services module.
Code
function shorten_cs_install() {
drupal_install_schema('shorten_cs');
}