test
This commit is contained in:
@@ -278,7 +278,7 @@ function booking_emails_custom_ajax_form($node, &$form_state) {
|
||||
if (!isset($form_state['input']['email-type'])) {
|
||||
$subject_value = "";
|
||||
$body_value = "";
|
||||
$submit_button_disabled = TRUE;
|
||||
$submit_button_disabled = FALSE;
|
||||
}
|
||||
else {
|
||||
$emailtype = $form_state['input']['email-type'];
|
||||
|
Reference in New Issue
Block a user