fix formatting
This commit is contained in:
@@ -1430,6 +1430,8 @@ function _booking_form_submit_post_triggers($node)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//@todo repeat the process above for bf/gf
|
||||||
|
|
||||||
//check whether we should send an automatic email even though they haven't paid yet
|
//check whether we should send an automatic email even though they haven't paid yet
|
||||||
if (variable_get('booking_auto_confirm_email', 0) == 1) {
|
if (variable_get('booking_auto_confirm_email', 0) == 1) {
|
||||||
//send the person an email
|
//send the person an email
|
||||||
|
@@ -685,8 +685,7 @@ function travel_view($node, $view_mode)
|
|||||||
);
|
);
|
||||||
$rows[] = array(
|
$rows[] = array(
|
||||||
t('Flight Arrival:'),
|
t('Flight Arrival:'),
|
||||||
t('!date', array(
|
t('!date', array('!date' => $node->booking_flight_datetime_inbound == 0 ? '' : format_date($node->booking_flight_datetime_inbound, 'custom', 'd/m/Y H:i')
|
||||||
'!date' => format_date($node->booking_flight_datetime_inbound, 'custom', 'd/m/Y H:i')
|
|
||||||
))
|
))
|
||||||
);
|
);
|
||||||
$rows[] = array(
|
$rows[] = array(
|
||||||
@@ -695,8 +694,7 @@ function travel_view($node, $view_mode)
|
|||||||
);
|
);
|
||||||
$rows[] = array(
|
$rows[] = array(
|
||||||
t('Flight Departure:'),
|
t('Flight Departure:'),
|
||||||
t('!date', array(
|
t('!date', array('!date' => $node->booking_flight_datetime_outbound == 0 ? '' : format_date($node->booking_flight_datetime_outbound, 'custom', 'd/m/Y H:i')
|
||||||
'!date' => format_date($node->booking_flight_datetime_outbound, 'custom', 'd/m/Y H:i')
|
|
||||||
))
|
))
|
||||||
);
|
);
|
||||||
$rows[] = array(
|
$rows[] = array(
|
||||||
|
Reference in New Issue
Block a user