You are here

function uc_weightquote_install in Ubercart 6.2

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

Implements hook_install().

File

shipping/uc_weightquote/uc_weightquote.install, line 98
Install modules for uc_weightquote.module.

Code

function uc_weightquote_install() {
  drupal_install_schema('uc_weightquote');
}