You are here

function date_uninstall in Date 6.2

Same name and namespace in other branches
  1. 5.2 date/date.install \date_uninstall()
  2. 5 date.install \date_uninstall()
  3. 6 date/date.install \date_uninstall()

Implementation of hook_uninstall().

File

date/date.install, line 15

Code

function date_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'date');
}