This commit is contained in:
2016-05-26 13:11:53 +10:00
parent b5f46b39b6
commit f0b4e2d310

View File

@@ -260,8 +260,6 @@ function _booking_manual_email_selecttype_dropdown_callback($form, &$form_state)
'#attributes' => array('id' => 'sort-table'),
'#prefix' => '<div id="manual-email-attendees-items">',
'#suffix' => '</div>',
'#value' => t('test'),
'#parents' => array('table'),
);
watchdog('booking_debug', "<pre>Manual email new form table\n@info</pre>", array('@info' => print_r( $form['table'], true)));
//$form['table']['#default_value'] = $new_default_values;