formatting

This commit is contained in:
2016-06-04 13:32:11 +10:00
parent 804396ddf7
commit d87a3eba86

View File

@@ -666,7 +666,7 @@ function travel_view($node, $view_mode)
t('Name:'), t('Name:'),
l(t('!first !last', array( l(t('!first !last', array(
'!first' => $person->booking_firstname, '!first' => $person->booking_firstname,
'!last' => $person->booking_lastname '!last' => $person->booking_lastname,
)), t('node/!id', array( )), t('node/!id', array(
'!id' => $node->booking_person_nid '!id' => $node->booking_person_nid
))) )))
@@ -716,7 +716,12 @@ function travel_view($node, $view_mode)
); );
$rows[] = array( $rows[] = array(
t('Boyfriend/Girlfriend:'), t('Boyfriend/Girlfriend:'),
$bf_gf l(t('!first !last', array(
'!first' => $bf_gf->booking_firstname,
'!last' => $bf_gf->booking_lastname,
)), t('node/!id', array(
'!id' => $person->booking_bf_gf_nid,
)))
); );
$rows[] = array( $rows[] = array(
t('Requested Room mate(s):'), t('Requested Room mate(s):'),