You are here

function record_shorten_uninstall in Shorten URLs 6

Implementation of hook_uninstall().

File

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

Code

function record_shorten_uninstall() {
  drupal_uninstall_schema('record_shorten');
}