You are here

function fullcalendar_update_7200 in FullCalendar 7.2

Force full cache clear to forget about old handlers and plugins.

File

./fullcalendar.install, line 54
Install, update and uninstall functions for the FullCalendar module.

Code

function fullcalendar_update_7200(&$sandbox) {
  drupal_flush_all_caches();
}