From 009e9732b2c691ebe348dd35acd528d7e0d5af7f Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Fri, 15 Sep 2017 12:55:02 +1000 Subject: [PATCH] fix --- booking.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.module b/booking.module index 12525cd..9b7591a 100644 --- a/booking.module +++ b/booking.module @@ -755,7 +755,7 @@ function booking_menu() { ); //manage HTML email template if enabled - if (variable_get('booking_enable_html_mail', 0) == 1)) { + if (variable_get('booking_enable_html_mail', 0) == 1) { $items['admin/config/booking/mailtemplate'] = array( 'title' => 'Booking module HTML email', 'description' => 'Configure the look of HTMl emails for the Booking module',