testing value

This commit is contained in:
Nathan Coad
2018-05-22 10:41:45 +10:00
parent cdc3347e45
commit ad87aaac72

View File

@@ -344,9 +344,9 @@ function booking_emails_custom_ajax_form_callback($form, &$form_state) {
$form['form']['email-definition']['booking_email_subjectline_custom']['#value'] = $subject; $form['form']['email-definition']['booking_email_subjectline_custom']['#value'] = $subject;
$text = variable_get('booking_email_' . $emailtype, ''); $text = variable_get('booking_email_' . $emailtype, '');
//$text = isset($text['format']) ? $text['value'] : $text; $text = isset($text['format']) ? $text['value'] : $text;
watchdog('booking_debug', 'custom text: <pre>@info</pre>', array('@info' => print_r( $text, true))); watchdog('booking_debug', 'custom text: <pre>@info</pre>', array('@info' => print_r( $text, true)));
$form['form']['email-definition']['booking_email_body_custom']['#value'] = $text; $form['form']['email-definition']['booking_email_body_custom']['value']['#value'] = $text;
} }
watchdog('booking_debug', 'booking_emails_custom_ajax_form_callback: <pre>@info</pre>', array('@info' => print_r( $form, true))); watchdog('booking_debug', 'booking_emails_custom_ajax_form_callback: <pre>@info</pre>', array('@info' => print_r( $form, true)));