You are here

function uc_dropdown_attributes_install in Dropdown Attributes 6

Implement hook_install().

File

./uc_dropdown_attributes.install, line 12
Install, update and uninstall functions for the uc_dropdown_attributes module.

Code

function uc_dropdown_attributes_install() {
  drupal_install_schema('uc_dropdown_attributes');
}