You are here

function webform_update_7312 in Webform 7.4

Same name and namespace in other branches
  1. 7.3 webform.install \webform_update_7312()

Remove unused Webform variables.

File

./webform.install, line 1036
Webform module install/schema hooks.

Code

function webform_update_7312() {
  variable_del('node_types');
  variable_del('components');
}