You are here

function uc_recurring_hosted_install in UC Recurring Payments and Subscriptions 6.2

Implementation of hook_install().

File

modules/uc_recurring_hosted/uc_recurring_hosted.install, line 39
Installs the Recurring Fee Hosted module.

Code

function uc_recurring_hosted_install() {
  drupal_install_schema('uc_recurring_hosted');
}