From e2f640ab305c3f9b04834f016390e821f2cd9913 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Wed, 22 Jun 2016 18:08:32 +1000 Subject: [PATCH] change fudge factor again --- booking.studygroups.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.studygroups.inc b/booking.studygroups.inc index 9584888..d943902 100644 --- a/booking.studygroups.inc +++ b/booking.studygroups.inc @@ -965,7 +965,7 @@ function booking_studygroups_update_form($node, &$form_state, $sid) { $firstgroup = reset($studygroups); $limit = variable_get('booking_regn_limit','500'); //be a bit more lenient with maximums to avoid excessive re-arrangement of groups - $fudge_factor = 1; + $fudge_factor = 0; $max_people = (int) ($limit / $firstgroup->booking_num_group_sessions) + $fudge_factor; //select all the attendees for this event