uc_catalog_update_7004
Drupal 7 uc_catalog_update_7004()
Delete unused catalog description.
File
- sites/
all/ modules/ ubercart/ uc_catalog/ uc_catalog.install, line 234 - Install, update and uninstall functions for the uc_catalog module.
Code
function uc_catalog_update_7004() {
variable_del('uc_catalog_description');
}

