You are here

function webform_options_limit_update_8002 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_8002()

Issue #3124729: Option Limit broken for Tableselect.

File

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

Code

function webform_options_limit_update_8002() {
  _webform_update_webform_handler_settings();
}