Refactor studygroups calculations now that leaders/helpers are manually assigned

This commit is contained in:
2014-02-08 21:50:44 +11:00
parent 8856c037e0
commit 750eb292b6
2 changed files with 55 additions and 133 deletions

View File

@@ -192,7 +192,7 @@ function booking_admin() {
'#type' => 'textfield',
'#title' => t('Dietary Requirements Text Definition'),
'#default_value' => variable_get('booking_dietary_text_definition', ''),
'#description' => 'Text to use if attendee cannot specify dietary requirements',
'#description' => 'Text to use if attendee may not specify dietary requirements (as above).',
);
return system_settings_form($form);