You are here

function uc_extra_fields_pane_install in Extra Fields Checkout Pane 6.2

Same name and namespace in other branches
  1. 6 uc_extra_fields_pane.install \uc_extra_fields_pane_install()
  2. 7 uc_extra_fields_pane.install \uc_extra_fields_pane_install()

Implementation of hook_install().

Return value

void

File

./uc_extra_fields_pane.install, line 129
Module: uc_extra_fields_pane.module

Code

function uc_extra_fields_pane_install() {
  drupal_install_schema('uc_extra_fields_pane');
}