You are here

function og_vocab_uninstall in OG Vocabulary 6

Implementation of hook_uninstall().

File

./og_vocab.install, line 21
Install file for the og_vocab module.

Code

function og_vocab_uninstall() {
  drupal_uninstall_schema('og_vocab');
}