This commit is contained in:
2017-09-15 12:55:02 +10:00
parent 76ac3fbead
commit 009e9732b2

View File

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