You are here

function webform_update_8600 in Webform 6.x

Issue #3087699: JQuery UI is being phased out from Drupal core.

File

includes/webform.install.update.inc, line 3947
Archived Webform update hooks.

Code

function webform_update_8600() {

  // Make sure webform_editorial.module is manually uninstalled before
  // installing any new modules.
  webform_update_8604();
}