function tour_builder_install in Tour Builder 8
Implements hook_install().
File
- ./
tour_builder.install, line 11 - Install, update and uninstall functions for the Tour Builder module.
Code
function tour_builder_install() {
// Set higher then tour_ui or tour module.
module_set_weight('tour_builder', 1);
}