You are here

function data_node_uninstall in Data 6

Implementation of hook_uninstall().

File

data_node/data_node.install, line 55
Install hooks for Data Node module.

Code

function data_node_uninstall() {
  drupal_uninstall_schema('data_node');
}