You are here

function bootstrap_tour_bootstrap_tour_update in Bootstrap Tour 7.2

Implements hook_bootstrap_tour_insert().

1 call to bootstrap_tour_bootstrap_tour_update()
bootstrap_tour_bootstrap_tour_insert in ./bootstrap_tour.module
Implements hook_bootstrap_tour_insert().

File

./bootstrap_tour.module, line 394
bootstrap_tour.module

Code

function bootstrap_tour_bootstrap_tour_update($tour) {
  cache_clear_all('bootstrap_tours_all', 'cache');
  drupal_static_reset('bootstrap_tour_load_all');
}