calendar_multiday.install in Calendar 7.2
Same filename and directory in other branches
File
calendar_multiday/calendar_multiday.installView source
<?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();
}
Functions
Name | Description |
---|---|
calendar_multiday_disable | |
calendar_multiday_enable | Enabling and disabling this module requires that the registry be rebuilt. |