From a634b8560806b66f50592ad404c4ca0414a1bf29 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 26 Jun 2018 10:12:46 +1000 Subject: [PATCH] try different css --- booking.helper.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/booking.helper.inc b/booking.helper.inc index b5b45be..1590afc 100644 --- a/booking.helper.inc +++ b/booking.helper.inc @@ -1611,7 +1611,7 @@ function _booking_readinggroup_email_listing($node) { global $event; $rows = array(); $header = array("First Name", "Last Name", "Phone Number"); - $attributes = array("border-spacing" => "10px 0;"); + $attributes = array("style" => "border-spacing: 10px 0;"); //display study session data if enabled if (variable_get('booking_enable_studygroups', 0) == 0) { @@ -1638,8 +1638,8 @@ function _booking_readinggroup_email_listing($node) { array('@id' => $node->$sessionid, '@info' => print_r($readinggroup, true))); $member_query = db_query("SELECT * FROM {booking_person_view} WHERE $sessionid = :sid ", array(':sid' => $node->$sessionid))->fetchAllAssoc('nid'); - watchdog('booking_debug', "
Other people in reading group @id \n@info
", - array('@id' => $node->$sessionid, '@info' => print_r($member_query, true))); + //watchdog('booking_debug', "
Other people in reading group @id \n@info
", + // array('@id' => $node->$sessionid, '@info' => print_r($member_query, true))); foreach ($member_query as $member) { $rows[] = array(