Re-include booking.rooms_old in the list of module includes since some functions are still in that file

This commit is contained in:
2016-05-04 11:51:05 +10:00
parent 2676342da7
commit 1057ecd698

View File

@@ -61,7 +61,8 @@ module_load_include('inc', 'booking', 'booking.studygroup_leaders');
module_load_include('inc', 'booking', 'booking.travel'); module_load_include('inc', 'booking', 'booking.travel');
// Load the include for managing room bookings and definitions // Load the include for managing room bookings and definitions
module_load_include('inc', 'booking', 'booking.rooms'); module_load_include('inc', 'booking', 'booking.rooms');
//module_load_include('inc', 'booking', 'booking.test_rooms'); //still some functions in this file
module_load_include('inc', 'booking', 'booking.rooms_old');
// Load the include for room layout definitions // Load the include for room layout definitions
module_load_include('inc', 'booking', 'booking.rooms_admin'); module_load_include('inc', 'booking', 'booking.rooms_admin');