More descriptive email definition fields
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user