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',