From ee9512676036fdce70279774ad1aa2d5a0a499c9 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 26 Jun 2018 09:43:54 +1000 Subject: [PATCH] leave out drupal_render --- booking.helper.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.helper.inc b/booking.helper.inc index 350ab3c..ce2c148 100644 --- a/booking.helper.inc +++ b/booking.helper.inc @@ -1653,7 +1653,7 @@ function _booking_readinggroup_email_listing($node) { if(variable_get('booking_enable_html_mail', 0) == 1) { $table = theme('table', array('header' => $header, 'rows' => $rows)); watchdog('booking_debug', "
Reading group table\n@info
", array('@info' => print_r($table, true))); - return drupal_render($table); + return $table; } else { return "";