test
This commit is contained in:
@@ -328,7 +328,8 @@ function booking_form($node, &$form_state, $inserting = FALSE)
|
|||||||
'#title' => t('Ecclesia'),
|
'#title' => t('Ecclesia'),
|
||||||
'#maxlength' => 100,
|
'#maxlength' => 100,
|
||||||
'#autocomplete_path' => 'booking/ecclesia/autocomplete',
|
'#autocomplete_path' => 'booking/ecclesia/autocomplete',
|
||||||
'#value' => !empty($data->booking_ecclesia) ? $data->booking_ecclesia : '',
|
//'#value' => !empty($data->booking_ecclesia) ? $data->booking_ecclesia : '',
|
||||||
|
'#default_value' => !empty($data->booking_ecclesia) ? $data->booking_ecclesia : '',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user