You are here

function uc_stock_install in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_stock/uc_stock.install \uc_stock_install()

Implements hook_install().

File

uc_stock/uc_stock.install, line 66
Install, update and uninstall functions for the uc_stock module.

Code

function uc_stock_install() {
  drupal_install_schema('uc_stock');
}