You are here

function yamlform_update_8050 in YAML Form 8

Issue #2804147: Allow anonymous submission to be updated using a secure token.

File

includes/yamlform.update.inc, line 1022
YAML Form module update hooks.

Code

function yamlform_update_8050() {

  // Update 'yamlform.yamlform.*' configuration.
  _yamlform_update_form_settings();
}