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;