uc_attribute_update_7002
Drupal 7 uc_attribute_update_7002()
Remove attribute description format..
File
- sites/
all/ modules/ ubercart/ uc_attribute/ uc_attribute.install, line 459 - Install, update and uninstall functions for the uc_attribute module.
Code
function uc_attribute_update_7002() {
db_drop_field('uc_attributes', 'format');
}

