You are here

function commerce_coupon_enable in Commerce Coupon 7.2

Same name and namespace in other branches
  1. 7 commerce_coupon.module \commerce_coupon_enable()

Implements hook_enable().

File

./commerce_coupon.install, line 278
Installation hooks and procedures for Commerce Coupon.

Code

function commerce_coupon_enable() {

  // Clear current entity property info cache.
  entity_property_info_cache_clear();
}