cleanup trailing whitespace

This commit is contained in:
2016-05-19 08:24:50 +10:00
parent ea0a6bb8fc
commit f027df3f6e
15 changed files with 35 additions and 42 deletions

View File

@@ -458,7 +458,7 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
'#description' => t('Email text to indicate a person has completed the travel form. This email will be sent from the !email email address', array('!email' => variable_get('booking_logistics_email'))),
'#type' => 'textarea',
'#default_value' => variable_get('booking_email_travel_complete_text', ''),
);
);
/*Text for emails*/
$form['custom-emails'] = array(
@@ -688,7 +688,7 @@ function booking_define_tokens()
$regncount_query = db_query("SELECT count(*) as num_ppl FROM {booking_person} where booking_eventid = :eventid and booking_status = 1",
array(':eventid' => $event->eid))
->fetchObject();
->fetchObject();
$tokens = array();
$tokens['eventname'] = $event->booking_eventname;