You are here

function uc_product_power_tools_uninstall in Ubercart Product Power Tools 6.2

Same name and namespace in other branches
  1. 6 uc_product_power_tools.install \uc_product_power_tools_uninstall()

Implements hook_uninstall().

File

./uc_product_power_tools.install, line 261
Install, update, and uninstall functions for the uc_product_power_tools module.

Code

function uc_product_power_tools_uninstall() {
  drupal_uninstall_schema('uc_product_power_tools');
}