Tweaks for study/reading groups
This commit is contained in:
@@ -248,6 +248,7 @@ function booking_admin() {
|
||||
'#options' => array (0 => t('No'), t('Yes')),
|
||||
'#default_value' => variable_get('booking_enable_studygroups', 0),
|
||||
);
|
||||
/*
|
||||
$form['misc']['booking_studygroup_count'] = array (
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Number of study groups'),
|
||||
@@ -255,7 +256,8 @@ function booking_admin() {
|
||||
'#size' => 3,
|
||||
'#maxlength' => 3,
|
||||
'#default_value' => variable_get('booking_studygroup_count','0'),
|
||||
);
|
||||
);
|
||||
*/
|
||||
$form['misc']['booking_readinggroup_id'] = array (
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Studygroup ID for the reading group'),
|
||||
|
Reference in New Issue
Block a user