fix travel form

This commit is contained in:
Nathan Coad
2018-01-14 10:54:56 +11:00
parent 37317e0ea7
commit 7a5cc19de9

View File

@@ -115,7 +115,7 @@ function travel_form($node, &$form_state, $inserting = FALSE, $tokens = NULL)
}
//otherwise rely on the form state from the previous submission
else {
$data = $form_state['node'];
$data = $form_state['input'];
//watchdog('booking_debug', "<pre>Travel form empty node:\n@info</pre>", array('@info' => print_r( $data, true)));
}