You are here

function uc_file_install in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_file/uc_file.install \uc_file_install()

Implements hook_install().

File

uc_file/uc_file.install, line 204
Install, update and uninstall functions for the uc_file module.

Code

function uc_file_install() {
  drupal_install_schema('uc_file');
}