You are here

function uc_coupon_install in Ubercart Discount Coupons 6

Same name and namespace in other branches
  1. 5 uc_coupon.install \uc_coupon_install()

Implementation of hook_install().

File

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

Code

function uc_coupon_install() {
  drupal_install_schema('uc_coupon');
}