function webform_update_6327 in Webform 6.3
Remove unused Webform variables.
File
- ./
webform.install, line 1416 - Webform module install/schema hooks.
Code
function webform_update_6327() {
$ret = array();
variable_del('node_types');
variable_del('components');
return $ret;
}