You are here

function webform_update_8607 in Webform 6.x

Issue #3156982: Fix empty '#option_all_value' and '#option_all_text'.

File

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

Code

function webform_update_8607() {
  webform_update_8198();
}