Added random fact fields
This commit is contained in:
@@ -183,6 +183,8 @@ function booking_admin() {
|
||||
'#options' => array (0 => t('No'), t('Yes')),
|
||||
'#default_value' => variable_get('booking_enable_studygroups', 0),
|
||||
);
|
||||
/*
|
||||
//deprecated now, this information is set in the db table
|
||||
$form['features']['booking_readinggroup_id'] = array (
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Studygroup ID for the reading group'),
|
||||
@@ -193,6 +195,7 @@ function booking_admin() {
|
||||
'#maxlength' => 3,
|
||||
'#default_value' => variable_get('booking_readinggroup_id','0'),
|
||||
);
|
||||
*/
|
||||
$form['features']['booking_enable_variety_sessions'] = array (
|
||||
'#type' => 'radios',
|
||||
'#title' => t('Enable variety session form?'),
|
||||
|
Reference in New Issue
Block a user