add debug
This commit is contained in:
@@ -414,6 +414,7 @@ function booking_update($node) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
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)));
|
||||||
|
Reference in New Issue
Block a user