description update

This commit is contained in:
2016-06-01 22:09:06 +10:00
parent 03d8681c55
commit 5443d6377b

View File

@@ -316,7 +316,7 @@ function travel_form($node, &$form_state, $inserting = FALSE, $node = NULL, $tok
$form['requirements']['booking_room_mate1'] = array( $form['requirements']['booking_room_mate1'] = array(
'#type' => 'textfield', '#type' => 'textfield',
'#title' => t('I would like to share a room with'), '#title' => t('I would like to share a room with'),
'#description' => t('This field contains information you entered when you registered.'), '#description' => t('This field contains information you entered when you registered. Update if necessary.'),
'#maxlength' => 200, '#maxlength' => 200,
'#required' => FALSE, '#required' => FALSE,
'#default_value' => !empty($data->booking_room_mate1) ? $data->booking_room_mate1 : $booking_roommate '#default_value' => !empty($data->booking_room_mate1) ? $data->booking_room_mate1 : $booking_roommate