function fullcalendar_uninstall in FullCalendar 6.2
Same name and namespace in other branches
- 6 fullcalendar.install \fullcalendar_uninstall()
- 7.2 fullcalendar.install \fullcalendar_uninstall()
- 7 fullcalendar.install \fullcalendar_uninstall()
Implementation of hook_uninstall().
File
- ./
fullcalendar.install, line 59 - Install, update and uninstall functions for the FullCalendar module.
Code
function fullcalendar_uninstall() {
variable_del('fullcalendar_path');
variable_del('fullcalendar_compression_type');
}