diff --git a/booking.regn_node.inc b/booking.regn_node.inc index 0618d6b..7ebeb39 100644 --- a/booking.regn_node.inc +++ b/booking.regn_node.inc @@ -822,6 +822,8 @@ function booking_view($node, $view_mode) { global $event; $rows = array(); $travel_rows = array(); + + watchdog('booking_debug', 'booking view node:
@info
', array('@info' => print_r( $node, true))); //calculate the price owed by this person //if (_booking_is_earlybird() == true || _booking_amount_owing($node->nid) == 0)