function bootstrap_tour_end_current_tour in Bootstrap Tour 7
Same name and namespace in other branches
- 7.2 bootstrap_tour.module \bootstrap_tour_end_current_tour()
 
Helper function to end the current toure.
1 string reference to 'bootstrap_tour_end_current_tour'
- bootstrap_tour_menu in ./
bootstrap_tour.module  - Implementation of hook_menu()
 
File
- ./
bootstrap_tour.module, line 83  
Code
function bootstrap_tour_end_current_tour() {
  unset($_SESSION['tour']);
}