You are here

function webform_scheduled_email_update_8003 in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_scheduled_email/webform_scheduled_email.install \webform_scheduled_email_update_8003()

Issue #3014338: Add a setting to the Scheduled Email handler to allows emails to be sent immediately when a webform is being tested.

File

modules/webform_scheduled_email/webform_scheduled_email.install, line 98
Install, update and uninstall functions for the Webform scheduled email module.

Code

function webform_scheduled_email_update_8003() {
  _webform_update_webform_handler_settings();
}