function fullcalendar_options_install in FullCalendar 7.2
Implements hook_install().
File
- fullcalendar_options/
fullcalendar_options.install, line 11 - Install, update and uninstall functions for the FullCalendar Options module.
Code
function fullcalendar_options_install() {
variable_set('fullcalendar_options', array_fill_keys(array_keys(_fullcalendar_options_list(TRUE)), TRUE));
}