function webform_update_8126 in Webform 6.x
Same name and namespace in other branches
- 8.5 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();
}