You are here

function uc_coupon_update_last_removed in Ubercart Discount Coupons 7.2

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

Implements hook_update_last_removed().

File

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

Code

function uc_coupon_update_last_removed() {
  return 6006;
}