function webform_update_8126 in Webform 8.5
Same name and namespace in other branches
- 6.x includes/webform.install.update.inc \webform_update_8126()
Issue #2973377: Make the previously saved messages customizable.
File
- includes/
webform.install.update.inc, line 2307 - Archived Webform update hooks.
Code
function webform_update_8126() {
_webform_update_admin_settings();
_webform_update_webform_settings();
}