You are here

function agenda_uninstall in Agenda 7.2

Same name and namespace in other branches
  1. 6.2 agenda.install \agenda_uninstall()
  2. 6 agenda.install \agenda_uninstall()

Implements hook_uninstall().

File

./agenda.install, line 75
Install, uninstall and scheme functions for the agenda module.

Code

function agenda_uninstall() {
  variable_del('agenda_googleapi');
}