New module 'Calendar'

This commit is contained in:
Manuel Cillero 2017-07-26 20:02:02 +02:00
parent 280a1af4fe
commit f697b66461
99 changed files with 13284 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<?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();
}