Added random fact fields

This commit is contained in:
2015-07-30 20:47:51 +10:00
parent 11b27bb4b1
commit 9b9a8702f5
4 changed files with 24 additions and 2 deletions

View File

@@ -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?'),