You are here

function uc_extra_fields_pane_uninstall 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_uninstall()

Implementation of hook_uninstall().

Return value

void

File

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

Code

function uc_extra_fields_pane_uninstall() {
  drupal_uninstall_schema('uc_extra_fields_pane');
  variable_del('uc_address_fields_weight');
}