From f0b4e2d310a3e730bd3b55713ad5b34391388c13 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 May 2016 13:11:53 +1000 Subject: [PATCH] fix --- booking.emails.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/booking.emails.inc b/booking.emails.inc index 097f6ae..b695307 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -260,8 +260,6 @@ function _booking_manual_email_selecttype_dropdown_callback($form, &$form_state) '#attributes' => array('id' => 'sort-table'), '#prefix' => '
', '#suffix' => '
', - '#value' => t('test'), - '#parents' => array('table'), ); watchdog('booking_debug', "
Manual email new form table\n@info
", array('@info' => print_r( $form['table'], true))); //$form['table']['#default_value'] = $new_default_values;