retire random facts
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user