remove old passport and flight info from cahaya
This commit is contained in:
@@ -593,7 +593,7 @@ function booking_form($node, &$form_state, $inserting = FALSE)
|
||||
'#default_value' => empty($data->booking_medicare) ? '' : $data->booking_medicare
|
||||
);
|
||||
}
|
||||
|
||||
/*
|
||||
if (variable_get('booking_enable_passport', 0) == 1) {
|
||||
$form['passport-details'] = array(
|
||||
'#type' => 'fieldset',
|
||||
@@ -760,7 +760,7 @@ function booking_form($node, &$form_state, $inserting = FALSE)
|
||||
);
|
||||
}
|
||||
} //end passport only fields
|
||||
|
||||
*/
|
||||
if (variable_get('booking_enable_helpareas', 1) == 1) {
|
||||
$form['help-areas'] = array(
|
||||
'#type' => 'fieldset',
|
||||
|
Reference in New Issue
Block a user