You are here

function bootstrap_tour_bootstrap_tour_insert in Bootstrap Tour 7.2

Implements hook_bootstrap_tour_insert().

File

./bootstrap_tour.module, line 387
bootstrap_tour.module

Code

function bootstrap_tour_bootstrap_tour_insert($tour) {
  bootstrap_tour_bootstrap_tour_update($tour);
}