fix
This commit is contained in:
@@ -282,7 +282,7 @@ function booking_emails_custom_ajax_form($node, &$form_state) {
|
|||||||
else {
|
else {
|
||||||
$emailtype = $form_state['input']['email-type'];
|
$emailtype = $form_state['input']['email-type'];
|
||||||
$subject_value = $form_state['input']['booking_email_subjectline_custom'];
|
$subject_value = $form_state['input']['booking_email_subjectline_custom'];
|
||||||
$body_value = $form_state['input']['booking_email_body_custom'];
|
$body_value = $form_state['input']['booking_email_body_custom']['value'];
|
||||||
//$subject_value = variable_get('booking_email_subject_' . $emailtype, '');
|
//$subject_value = variable_get('booking_email_subject_' . $emailtype, '');
|
||||||
//$body_value = variable_get('booking_email_' . $emailtype, '');
|
//$body_value = variable_get('booking_email_' . $emailtype, '');
|
||||||
//$body_value = isset($body_value['format']) ? $body_value['value'] : $body_value;
|
//$body_value = isset($body_value['format']) ? $body_value['value'] : $body_value;
|
||||||
|
Reference in New Issue
Block a user