You are here

function uc_quote_install in Ubercart 6.2

Same name and namespace in other branches
  1. 5 shipping/uc_quote/uc_quote.install \uc_quote_install()

Implements hook_install().

File

shipping/uc_quote/uc_quote.install, line 174
Install, update and uninstall functions for the uc_quote module.

Code

function uc_quote_install() {
  drupal_install_schema('uc_quote');
}