cleanup debugs

This commit is contained in:
Nathan Coad
2019-09-02 21:59:35 +10:00
parent aebd90ee33
commit fcfa97ff91
2 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ function booking_confirm_page() {
if ($person) {
//load all the fields
$node = node_load($person->nid);
watchdog('booking_debug', 'booking_confirm_page node: <pre>@info</pre>', array('@info' => print_r( $node, true)));
//watchdog('booking_debug', 'booking_confirm_page node: <pre>@info</pre>', array('@info' => print_r( $node, true)));
//maximum length for invoice id is 127 characters
$invoiceid = $person->nid . '_' . $node->booking_eventid . '_' . $node->booking_lastname . '-' . $node->booking_firstname;