function agenda_uninstall in Agenda 6.2
Same name and namespace in other branches
- 6 agenda.install \agenda_uninstall()
- 7.2 agenda.install \agenda_uninstall()
Implementation of hook_uninstall().
File
- ./
agenda.install, line 13 - Install, uninstall and scheme functions for the agenda module.
Code
function agenda_uninstall() {
drupal_uninstall_schema('agenda');
variable_del('agenda_googleapi');
}