function uc_dropdown_attributes_update_7002 in Dropdown Attributes 7
Drops the html field.
File
- ./
uc_dropdown_attributes.install, line 167 - Install, update, and uninstall functions for the uc_dropdown_attributes module.
Code
function uc_dropdown_attributes_update_7002() {
db_drop_field('uc_dropdown_attributes', 'html');
db_drop_field('uc_dropdown_classes', 'html');
}