You are here

function uc_recurring_product_install in UC Recurring Payments and Subscriptions 6.2

Implementation hook_install().

File

modules/uc_recurring_product/uc_recurring_product.install, line 70
Installs the Recurring Products module.

Code

function uc_recurring_product_install() {
  drupal_install_schema('uc_recurring_product');
}