You are here

function date_repeat_uninstall in Date 8

Same name and namespace in other branches
  1. 5.2 date_repeat/date_repeat.install \date_repeat_uninstall()
  2. 6.2 date_repeat/date_repeat.install \date_repeat_uninstall()
  3. 6 date_repeat/date_repeat.install \date_repeat_uninstall()
  4. 7 date_repeat/date_repeat.install \date_repeat_uninstall()

Implements hook_uninstall().

File

date_repeat/date_repeat.install, line 19
Install, update and uninstall functions for the Date Repeat module.

Code

function date_repeat_uninstall() {
}