This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/sites/all/modules/calendar/calendar_multiday/calendar_multiday.install

12 lines
No EOL
231 B
Text

<?php
/**
* Enabling and disabling this module requires that the registry be rebuilt.
*/
function calendar_multiday_enable() {
drupal_flush_all_caches();
}
function calendar_multiday_disable() {
drupal_flush_all_caches();
}