You are here

function uc_discounts_uninstall in Ubercart Discounts (Alternative) 6.2

Same name and namespace in other branches
  1. 7.2 uc_discounts/uc_discounts.install \uc_discounts_uninstall()

Implementation of hook_uninstall().

File

uc_discounts/uc_discounts.install, line 488
Install hooks for uc_discounts.module.

Code

function uc_discounts_uninstall() {
  drupal_uninstall_schema("uc_discounts");
}