You are here

function webform_update_8009 in Webform 6.x

Same name and namespace in other branches
  1. 8.5 includes/webform.install.update.inc \webform_update_8009()

Issue #2844020: Add admin and form specific setting to allow submit button to be clicked only once.

File

includes/webform.install.update.inc, line 194
Archived Webform update hooks.

Code

function webform_update_8009() {
  _webform_update_admin_settings();
  _webform_update_webform_settings();
}