You are here

function uc_coupon_purchase_update_last_removed in Ubercart Discount Coupons 7.3

Same name and namespace in other branches
  1. 7.2 uc_coupon_purchase/uc_coupon_purchase.install \uc_coupon_purchase_update_last_removed()

Implements hook_update_last_removed().

File

uc_coupon_purchase/uc_coupon_purchase.install, line 90
Install, update and uninstall functions for the uc_coupon_purchase module.

Code

function uc_coupon_purchase_update_last_removed() {
  return 6000;
}