function field_collection_tabs_widget_update_7000 in Field collection tabs widget 7
Clear the cache to enable the tab hover field setting.
File
- ./
field_collection_tabs_widget.install, line 12 - Update functions for field_collection_tabs_widget.module.
Code
function field_collection_tabs_widget_update_7000() {
drupal_flush_all_caches();
}