From aebd90ee33a76a4c35ab5c3e1dd38c47641beb06 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Mon, 2 Sep 2019 21:55:16 +1000 Subject: [PATCH] always load events include --- booking.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.module b/booking.module index 0ffd80c..bc2c9bb 100644 --- a/booking.module +++ b/booking.module @@ -39,7 +39,7 @@ module_load_include('inc', 'booking', 'booking.reports'); // Load the include for the admin pages module_load_include('inc', 'booking', 'booking.admin'); // Load the include for admin pages relating to events -//module_load_include('inc', 'booking', 'booking.events'); +module_load_include('inc', 'booking', 'booking.events'); // Load the include for admin pages relating to event pricing //module_load_include('inc', 'booking', 'booking.prices'); // Load the include for admin pages relating to manual processing of payments