You are here

function date_uninstall in Date 5.2

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

Implementation of hook_uninstall().

File

date/date.install, line 26

Code

function date_uninstall() {
  date_install_clear();
}