function widgets_enable in Widgets 6
Implementation of hook_enable().
File
- ./
widgets.install, line 121 - Install, update and uninstall functions for the Widgets module.
Code
function widgets_enable() {
// Clear cache.
cache_clear_all();
}
Implementation of hook_enable().
function widgets_enable() {
// Clear cache.
cache_clear_all();
}