retire random facts

This commit is contained in:
2017-08-29 23:26:36 +10:00
parent e3fee20b7d
commit e90b2ebb62
2 changed files with 3 additions and 3 deletions

View File

@@ -923,7 +923,7 @@ function booking_form($node, &$form_state, $inserting = FALSE, $early_access_all
'#default_value' => !empty($data->booking_room_mate1) ? $data->booking_room_mate1 : ''
);
}
/*
$form['misc-areas']['booking_random_facts'] = array(
'#type' => 'textfield',
'#title' => t('List three random facts about yourself (optional).'),
@@ -931,7 +931,7 @@ function booking_form($node, &$form_state, $inserting = FALSE, $early_access_all
'#required' => FALSE,
'#default_value' => !empty($data->booking_random_facts) ? $data->booking_random_facts : ''
);
*/
if (variable_get('booking_enable_songchoice', 0) == 1) {
$form['misc-areas']['booking_song_choice'] = array(
'#type' => 'textfield',