This commit is contained in:
2016-05-27 08:52:42 +10:00
parent 04bbca85bb
commit df87648071

View File

@@ -108,7 +108,7 @@ function booking_load_query($node_ids = NULL, $fetchAssoc = FALSE)
}
*/
}
watchdog('booking_debug', "<pre>Loading node query:\n@info</pre>", array('@info' => print_r( $query, true)));
watchdog('booking_debug', "<pre>Loading node query:\n@info</pre>", array('@info' => print_r( (string)$query, true)));
//get the query result as either an associative array
if ($fetchAssoc == TRUE)