You are here

function addanother_uninstall in Add Another 7

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

Implement hook_uninstall().

File

./addanother.install, line 12
Install, update and uninstall functions for the Add another module.

Code

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