more debugs

This commit is contained in:
Nathan Coad
2019-09-17 16:25:24 +10:00
parent 82a39e44e3
commit 29238335ab

View File

@@ -467,6 +467,7 @@ function booking_update($node) {
$data['booking_firstname'] = _booking_ucname($data['booking_firstname']);
$data['booking_lastname'] = _booking_ucname($data['booking_lastname']);
watchdog('booking', 'Old node: @info', array('@info' => var_export($node, TRUE)));
watchdog('booking', 'Updating node: @info', array('@info' => var_export($data, TRUE)));
db_update('booking_person')->fields($data)->condition('nid', $node->nid)->execute();
/*