You are here

function webform_options_limit_update_8001 in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_options_limit/webform_options_limit.install \webform_options_limit_update_8001()

Issue #3093104: Per User Option Limits Handler.

File

modules/webform_options_limit/webform_options_limit.install, line 14
Install, update and uninstall functions for the Webform options limit module.

Code

function webform_options_limit_update_8001() {
  _webform_update_webform_handler_settings();
}