More descriptive email definition fields

This commit is contained in:
2015-03-18 12:24:04 +11:00
parent 7e6b59707d
commit ef4a87b97f
2 changed files with 8 additions and 6 deletions

View File

@@ -541,8 +541,8 @@ function booking_manual_email_submit($form, &$form_state) {
{
watchdog('booking', 'Processing a manual registration email to id @info', array ('@info' => $key));
_booking_registration_email($key, false, true);
}
if ($form_state['values']['email-type'] == 'travelrequired')
}
elseif ($form_state['values']['email-type'] == 'travelrequired')
{
watchdog('booking', 'Processing a manual travel form request email to id @info', array ('@info' => $key));
_booking_travelform_request_email($key);