function webform_update_7312 in Webform 7.3
Same name and namespace in other branches
- 7.4 webform.install \webform_update_7312()
Remove unused Webform variables.
File
- ./
webform.install, line 639 - Webform module install/schema hooks.
Code
function webform_update_7312() {
variable_del('node_types');
variable_del('components');
}