From a8ec4e31b350589e4cab9ae39d1092dbc40da6c5 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Mon, 29 Jan 2018 21:26:08 +1100 Subject: [PATCH] change debug message --- booking.helper.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.helper.inc b/booking.helper.inc index 763326a..9a9fc72 100644 --- a/booking.helper.inc +++ b/booking.helper.inc @@ -260,7 +260,7 @@ function _booking_get_waitinglist() ->orderBy('p.booking_status')->orderBy('y.booking_payment_date'); $definition_result = $query->execute(); - watchdog('booking_debug', "
_booking_get_waitinglist\n@info
", array('@info' => print_r( $definition_result, true))); + watchdog('booking_debug', "
_booking_get_waitinglist\n@info
", array('@info' => print_r($definition_result->queryString, true))); /* // Taken from the Waiting List page, not very optimised $result = db_query('SELECT DISTINCT nid, booking_firstname, booking_lastname, booking_state, booking_readinggroup, booking_country, booking_status