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