You are here

function uc_global_quote_install in Ubercart Global Quote 6

Same name and namespace in other branches
  1. 7 uc_global_quote.install \uc_global_quote_install()

Implementation of hook_install().

File

./uc_global_quote.install, line 54
uc_global_quote installation file

Code

function uc_global_quote_install() {
  drupal_install_schema('uc_global_quote');
}