You are here

function geolocation_uninstall in Geolocation Field 6

Implementation of hook_uninstall().

File

./geolocation.install, line 17
Implementation of hook_install().

Code

function geolocation_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'geolocation');
}