fix again
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user