Tweaks for trave lform

This commit is contained in:
2014-06-11 23:53:44 +10:00
parent 5267f368b2
commit 7751058348
4 changed files with 36 additions and 4 deletions

View File

@@ -390,7 +390,7 @@ function _booking_travelform_confirmation_email($nid)
watchdog('booking', 'Sending travelform confirmation email to !first !last', array('!first' => $node->booking_firstname, '!last' => $node->booking_lastname));
//calculate the from email address
$from = t('!event Registrations <!email>', array('!event' => $event->booking_eventname,
$from = t('!event Travel <!email>', array('!event' => $event->booking_eventname,
'!email' => variable_get('booking_logistics_email', variable_get('site_mail', ini_get('sendmail_from')))
));