From 335902e40f5b1564d47c41595b61fc2206cdd244 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 31 May 2016 17:11:12 +1000 Subject: [PATCH] include new file --- booking.module | 1 + 1 file changed, 1 insertion(+) diff --git a/booking.module b/booking.module index 827c8a2..0a97bec 100644 --- a/booking.module +++ b/booking.module @@ -48,6 +48,7 @@ module_load_include('inc', 'booking', 'booking.helper'); module_load_include('inc', 'booking', 'booking.paypal'); // Load the include for email functions module_load_include('inc', 'booking', 'booking.emails'); +module_load_include('inc', 'booking', 'booking.emails_admin'); // Load the include for bulk data import module_load_include('inc', 'booking', 'booking.import_data'); // Load the include for variety session configuration