bugfix redeclaration of $node
This commit is contained in:
@@ -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));
|
||||||
|
Reference in New Issue
Block a user