You are here

function uc_product_install in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_product/uc_product.install \uc_product_install()

Implements hook_install().

File

uc_product/uc_product.install, line 210
Install, update and uninstall functions for the uc_product module.

Code

function uc_product_install() {
  drupal_install_schema('uc_product');
}