fix again

This commit is contained in:
2016-06-04 13:35:41 +10:00
parent 680799e3e4
commit 6414502cfe

View File

@@ -715,15 +715,6 @@ function travel_view($node, $view_mode)
t('Special Medical Conditions:'),
$node->booking_medical_conditions
);
$rows[] = array(
t('Name:'),
l(t('!first !last', array(
'!first' => $person->booking_firstname,
'!last' => $person->booking_lastname,
)), t('node/!id', array(
'!id' => $node->booking_person_nid
)))
);
$rows[] = array(
t('Boyfriend/Girlfriend:'),
$bf_gf