You are here

function uc_fedex_install in FedEx Shipping 6.2

Same name and namespace in other branches
  1. 5 uc_fedex.install \uc_fedex_install()

Implements hook_install().

File

./uc_fedex.install, line 75
Install, update, and uninstall functions for the uc_fedex module.

Code

function uc_fedex_install() {
  drupal_install_schema('uc_fedex');
}