You are here

function hosting_site_data_uninstall in Hosting 6.2

Implementation of hook_uninstall().

File

example/site_data/hosting_site_data.install, line 45

Code

function hosting_site_data_uninstall() {

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