You are here

function addanother_uninstall in Add Another 6

Same name and namespace in other branches
  1. 5 addanother.install \addanother_uninstall()
  2. 7.2 addanother.install \addanother_uninstall()
  3. 7 addanother.install \addanother_uninstall()

Implementation of hook_uninstall().

File

./addanother.install, line 11
Uninstall and update routines for Add another module.

Code

function addanother_uninstall() {
  variable_del('addanother_nodetypes');
}