This commit is contained in:
2016-05-26 22:22:37 +10:00
parent 3aa87394f5
commit b184847b21

View File

@@ -137,6 +137,8 @@ function booking_manual_email($preselected = NULL)
'#suffix' => '</div>',
);
watchdog('booking_debug', "<pre>Manual email form table\n@info</pre>", array('@info' => print_r( $form['table'], true)));
$form['submit'] = array (
'#type' => 'submit',
'#value' => t('Send Email'),