You are here

function field_group_update_7008 in Field Group 7

Clear cache to notice the CTools load callback.

File

./field_group.install, line 392
Fieldgroup module install file.

Code

function field_group_update_7008() {
  drupal_flush_all_caches();
}