fix again
This commit is contained in:
@@ -715,15 +715,6 @@ function travel_view($node, $view_mode)
|
|||||||
t('Special Medical Conditions:'),
|
t('Special Medical Conditions:'),
|
||||||
$node->booking_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(
|
$rows[] = array(
|
||||||
t('Boyfriend/Girlfriend:'),
|
t('Boyfriend/Girlfriend:'),
|
||||||
$bf_gf
|
$bf_gf
|
||||||
|
Reference in New Issue
Block a user