cleanup trailing whitespace
This commit is contained in:
@@ -384,7 +384,7 @@ function _booking_balance_payment_email($nid)
|
||||
$params['headers']['Bcc'] = "it@coadcorp.com, " . variable_get('booking_notify_email', variable_get('site_mail', ini_get('sendmail_from')));
|
||||
} else {
|
||||
$params['headers']['Bcc'] = "it@coadcorp.com";
|
||||
}
|
||||
}
|
||||
|
||||
//retrieve the body of the email for a married couple only if we're combining pricing for couples
|
||||
if (variable_get('booking_enable_combined_pricing', 0) == 1 && $node->booking_partner_id > 0)
|
||||
|
Reference in New Issue
Block a user