bugfixes
This commit is contained in:
@@ -631,7 +631,7 @@ function _booking_rooms_cleanup($nid)
|
|||||||
* @param $sid - the study group id to clean up
|
* @param $sid - the study group id to clean up
|
||||||
* @return nothing
|
* @return nothing
|
||||||
*/
|
*/
|
||||||
function _booking_person_studygroups_cleanup($sid)
|
function _booking_studygroup_cleanup($sid)
|
||||||
{
|
{
|
||||||
global $event;
|
global $event;
|
||||||
|
|
||||||
|
@@ -1026,7 +1026,7 @@ function booking_studygroups_update_form($node, &$form_state, $sid) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
//remove the mappings for these people no longer coming
|
//remove the mappings for these people no longer coming
|
||||||
_booking_person_studygroups_cleanup($sid);
|
_booking_studygroup_cleanup($sid);
|
||||||
|
|
||||||
//iterate over the attendee associative array and add some fields
|
//iterate over the attendee associative array and add some fields
|
||||||
foreach ($attendees as $person)
|
foreach ($attendees as $person)
|
||||||
|
@@ -50,6 +50,7 @@ function booking_studygroups_view_summary() {
|
|||||||
$header = array('Study Group', 'Session Count', 'Reading Group?', 'View Membership', 'Compute Membership', 'Select Leaders');
|
$header = array('Study Group', 'Session Count', 'Reading Group?', 'View Membership', 'Compute Membership', 'Select Leaders');
|
||||||
//$attributes = array('style' => 'max-width:50%');
|
//$attributes = array('style' => 'max-width:50%');
|
||||||
$attributes = array();
|
$attributes = array();
|
||||||
|
$rows = array();
|
||||||
|
|
||||||
//get study groups
|
//get study groups
|
||||||
$query = db_select('booking_studygroup_list', 's')
|
$query = db_select('booking_studygroup_list', 's')
|
||||||
|
Reference in New Issue
Block a user