Fixes for PHP 5.4+
This commit is contained in:
@@ -470,7 +470,7 @@ function travel_form_submit($form, &$form_state) {
|
||||
//watchdog('booking', "<pre>Travel data to save:\n@info</pre>", array('@info' => print_r( $node, true)));
|
||||
|
||||
//store the node
|
||||
$foo = node_submit(&$node);
|
||||
$foo = node_submit($node);
|
||||
$blah = node_save($foo);
|
||||
|
||||
//send a confirmation email
|
||||
|
Reference in New Issue
Block a user