You are here

function webform_update_7426 in Webform 7.4

Add configuration to continue sending individual e-mails to multiple recipients.

File

./webform.install, line 2263
Webform module install/schema hooks.

Code

function webform_update_7426() {
  variable_set('webform_email_address_individual', 1);
}