You are here

function uc_coupon_update_last_removed in Ubercart Discount Coupons 7.3

Same name and namespace in other branches
  1. 7.2 uc_coupon.install \uc_coupon_update_last_removed()

Implements hook_update_last_removed().

File

./uc_coupon.install, line 170
Ubercart uc_coupon.module schema

Code

function uc_coupon_update_last_removed() {
  return 6006;
}