function webform_update_8603 in Webform 6.x
Issue #3088780: Add the ability to disable user IP tracking for all forms.
File
- includes/
webform.install.update.inc, line 4005 - Archived Webform update hooks.
Code
function webform_update_8603() {
_webform_update_admin_settings();
_webform_update_webform_settings();
}