more debug

This commit is contained in:
2017-09-08 23:28:14 +10:00
parent f741694491
commit 5e616019dd

View File

@@ -415,7 +415,7 @@ function booking_update($node) {
} }
} }
watchdog('booking', 'Updating node: @info', array('@info' => var_export($data, TRUE))); watchdog('booking', 'Updating node: @info', array('@info' => var_export($data, TRUE)));
db_update('booking_person')->fields($data)->condition('nid', $node->nid)->execute(); //db_update('booking_person')->fields($data)->condition('nid', $node->nid)->execute();
/* /*
//watchdog('booking', 'Updating node: @info', array('@info' => var_export($node, TRUE))); //watchdog('booking', 'Updating node: @info', array('@info' => var_export($node, TRUE)));
db_update('booking_person') db_update('booking_person')