You are here

function data_uninstall in Data 6

Same name and namespace in other branches
  1. 7 data.install \data_uninstall()

Implementation of hook_uninstall().

File

./data.install, line 68
Install hooks for Data module.

Code

function data_uninstall() {

  // Remove tables.
  drupal_uninstall_schema('data');
}