You are here

function product_price_alterer_field_install 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_install()

Implementation of hook_install().

File

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

Code

function product_price_alterer_field_install() {
  drupal_load("module", "content");
  content_notify("install", "product_price_alterer");
}