From 1057ecd698946ce8fd21eff2d9be25463088f3fc Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Wed, 4 May 2016 11:51:05 +1000 Subject: [PATCH] Re-include booking.rooms_old in the list of module includes since some functions are still in that file --- booking.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/booking.module b/booking.module index d8559e4..32620e3 100644 --- a/booking.module +++ b/booking.module @@ -61,7 +61,8 @@ module_load_include('inc', 'booking', 'booking.studygroup_leaders'); module_load_include('inc', 'booking', 'booking.travel'); // Load the include for managing room bookings and definitions 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 module_load_include('inc', 'booking', 'booking.rooms_admin');