try different css
This commit is contained in:
@@ -1611,7 +1611,7 @@ function _booking_readinggroup_email_listing($node) {
|
|||||||
global $event;
|
global $event;
|
||||||
$rows = array();
|
$rows = array();
|
||||||
$header = array("First Name", "Last Name", "Phone Number");
|
$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
|
//display study session data if enabled
|
||||||
if (variable_get('booking_enable_studygroups', 0) == 0) {
|
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)));
|
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');
|
$member_query = db_query("SELECT * FROM {booking_person_view} WHERE $sessionid = :sid ", array(':sid' => $node->$sessionid))->fetchAllAssoc('nid');
|
||||||
watchdog('booking_debug', "<pre>Other people in reading group @id \n@info</pre>",
|
//watchdog('booking_debug', "<pre>Other people in reading group @id \n@info</pre>",
|
||||||
array('@id' => $node->$sessionid, '@info' => print_r($member_query, true)));
|
// array('@id' => $node->$sessionid, '@info' => print_r($member_query, true)));
|
||||||
|
|
||||||
foreach ($member_query as $member) {
|
foreach ($member_query as $member) {
|
||||||
$rows[] = array(
|
$rows[] = array(
|
||||||
|
Reference in New Issue
Block a user