You are here

function uc_attribute_uninstall in Ubercart 7.3

Same name and namespace in other branches
  1. 5 uc_attribute/uc_attribute.install \uc_attribute_uninstall()
  2. 6.2 uc_attribute/uc_attribute.install \uc_attribute_uninstall()

Implements hook_uninstall().

File

uc_attribute/uc_attribute.install, line 435
Install, update and uninstall functions for the uc_attribute module.

Code

function uc_attribute_uninstall() {
  variable_del('uc_attribute_option_price_format');
}