bugfix redeclaration of $node

This commit is contained in:
2017-06-26 20:37:47 +10:00
parent 6004c3250c
commit 3af311609c

View File

@@ -91,7 +91,8 @@ function booking_travel_page()
} }
function travel_form($node, &$form_state, $inserting = FALSE, $node = NULL, $tokens = NULL) //function travel_form($node, &$form_state, $inserting = FALSE, $node = NULL, $tokens = NULL)
function travel_form($node, &$form_state, $inserting = FALSE, $tokens = NULL)
{ {
global $event; global $event;
date_default_timezone_set(date_default_timezone(FALSE)); date_default_timezone_set(date_default_timezone(FALSE));