function protected_node_uninstall in Protected Node 5
Same name and namespace in other branches
- 6 protected_node.install \protected_node_uninstall()
- 7 protected_node.install \protected_node_uninstall()
- 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}');
}