leave out drupal_render

This commit is contained in:
Nathan Coad
2018-06-26 09:43:54 +10:00
parent 3379d34ee5
commit ee95126760

View File

@@ -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', "<pre>Reading group table\n@info</pre>", array('@info' => print_r($table, true)));
return drupal_render($table);
return $table;
}
else {
return "";