You are here

function webform_update_8123 in Webform 6.x

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

Issue #2962442: Remove [webform-authenticated-user] token and use [current-user] token with clear value option.

File

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

Code

function webform_update_8123() {
  _webform_update_string_replace('[webform-authenticated-user:', '[current-user:');
}