You are here

function uc_cart_install in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_cart/uc_cart.install \uc_cart_install()

Implements hook_install().

File

uc_cart/uc_cart.install, line 68
Install hooks for uc_cart.module.

Code

function uc_cart_install() {
  drupal_install_schema('uc_cart');
}