From b184847b210df0cc10fa6c152048eabe25608c03 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 May 2016 22:22:37 +1000 Subject: [PATCH] debug --- booking.emails.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/booking.emails.inc b/booking.emails.inc index 049263c..ef7ec69 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -137,6 +137,8 @@ function booking_manual_email($preselected = NULL) '#suffix' => '', ); + watchdog('booking_debug', "
Manual email form table\n@info
", array('@info' => print_r( $form['table'], true))); + $form['submit'] = array ( '#type' => 'submit', '#value' => t('Send Email'),