You are here

function alinks_uninstall in Alinks 7

Same name and namespace in other branches
  1. 6 alinks.install \alinks_uninstall()

@file Install, update and uninstall functions for the Alinks module.

File

./alinks.install, line 8
Install, update and uninstall functions for the Alinks module.

Code

function alinks_uninstall() {
  variable_del('alinks_node_types');
  variable_del('alinks_limit');
}