bugfix
This commit is contained in:
@@ -226,5 +226,5 @@ function booking_mailtemplate_form_submit($form, &$form_state)
|
|||||||
// store the data into the standard drupal variable table
|
// store the data into the standard drupal variable table
|
||||||
variable_set('booking_mailtemplate_colors', json_encode($color_data));
|
variable_set('booking_mailtemplate_colors', json_encode($color_data));
|
||||||
variable_set('booking_mailtemplate_header_links', json_encode($header_data));
|
variable_set('booking_mailtemplate_header_links', json_encode($header_data));
|
||||||
variable_set('booking_mailtemplate_header_links', json_encode($header_data));
|
variable_set('booking_mailtemplate_social_links', json_encode($social_data));
|
||||||
}
|
}
|
Reference in New Issue
Block a user