Re-include booking.rooms_old in the list of module includes since some functions are still in that file
This commit is contained in:
@@ -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');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user