You are here

function date_repeat_uninstall in Date 7

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

Implementation of 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() {
}