You are here

function protected_node_uninstall in Protected Node 5

Same name and namespace in other branches
  1. 6 protected_node.install \protected_node_uninstall()
  2. 7 protected_node.install \protected_node_uninstall()
  3. 1.0.x protected_node.install \protected_node_uninstall()

Implementation of hook_uninstall()

File

./protected_node.install, line 42

Code

function protected_node_uninstall() {
  db_query('DROP TABLE {protected_nodes}');
}