You are here

function shorten_cs_uninstall in Shorten URLs 6

Implementation of hook_uninstall().

File

./shorten_cs.install, line 70
Install, update, and uninstall functions for the Shorten URLs Custom Services module.

Code

function shorten_cs_uninstall() {
  drupal_uninstall_schema('shorten_cs');
}