fix
This commit is contained in:
@@ -755,7 +755,7 @@ function booking_menu() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
//manage HTML email template if enabled
|
//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(
|
$items['admin/config/booking/mailtemplate'] = array(
|
||||||
'title' => 'Booking module HTML email',
|
'title' => 'Booking module HTML email',
|
||||||
'description' => 'Configure the look of HTMl emails for the Booking module',
|
'description' => 'Configure the look of HTMl emails for the Booking module',
|
||||||
|
Reference in New Issue
Block a user