function date_ical_enable in Date iCal 7.3
Same name and namespace in other branches
- 7.2 date_ical.install \date_ical_enable()
Implements of hook_enable().
File
- ./
date_ical.install, line 56 - Install, update and uninstall functions for the date_ical module.
Code
function date_ical_enable() {
cache_clear_all('plugins:feeds:plugins', 'cache');
}