You are here

function product_price_alterer_field_uninstall in Ubercart Discounts (Alternative) 7.2

Same name and namespace in other branches
  1. 6.2 product_price_alterer_field/product_price_alterer_field.install \product_price_alterer_field_uninstall()

Implementation of hook_uninstall().

File

product_price_alterer_field/product_price_alterer_field.install, line 19
Install hooks for product_price_alterer_field module.

Code

function product_price_alterer_field_uninstall() {
  drupal_load("module", "content");
  content_notify("uninstall", "product_price_alterer");
}