You are here

function webform_update_8033 in Webform 6.x

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

Issue #2864851: Allow form builder to opt-in to converting anonymous drafts/submissions to authenticated drafts/submissions.

File

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

Code

function webform_update_8033() {
  _webform_update_webform_settings();
}