You are here

function uc_addresses_install in Ubercart Addresses 6

Same name and namespace in other branches
  1. 5.2 uc_addresses.install \uc_addresses_install()
  2. 5 uc_addresses.install \uc_addresses_install()
  3. 6.2 uc_addresses.install \uc_addresses_install()
  4. 7 uc_addresses.install \uc_addresses_install()

Implementation of hook_install().

File

./uc_addresses.install, line 148
Installation file of Ubercart Addresses

Code

function uc_addresses_install() {
  drupal_install_schema('uc_addresses');
}