This commit is contained in:
Nathan Coad
2018-07-16 17:06:25 +10:00
parent 5020b3466e
commit 9c8ff253e4
3 changed files with 7 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ module_load_include('inc', 'booking', 'booking.studygroups_admin');
module_load_include('inc', 'booking', 'booking.studygroups_report');
module_load_include('inc', 'booking', 'booking.studygroup_leaders');
// Load the include for the travel form
//module_load_include('inc', 'booking', 'booking.travel');
module_load_include('inc', 'booking', 'booking.travel');
// Load the include for managing room bookings and definitions
module_load_include('inc', 'booking', 'booking.rooms');
// load the include for mass-allocating people to rooms
@@ -76,7 +76,7 @@ module_load_include('inc', 'booking', 'booking.stripe');
// Load the include for miscellaneous functions
module_load_include('inc', 'booking', 'booking.misc');
// Load the include for the extended mail system
module_load_include('inc', 'booking', 'booking.MailSystemInterface');
//module_load_include('inc', 'booking', 'booking.MailSystemInterface');
function booking_init() {
date_default_timezone_set(date_default_timezone(FALSE));