You are here

function user_badges_products_uninstall in User Badges 6

Same name and namespace in other branches
  1. 6.2 user_badges_products.install \user_badges_products_uninstall()

Implements hook_uninstall().

File

./user_badges_products.install, line 55
@brief User Badges Product install file

Code

function user_badges_products_uninstall() {
  drupal_uninstall_schema('user_badges_products');
}