You are here

function uc_global_quote_uninstall in Ubercart Global Quote 6

Implementation of hook_uninstall().

File

./uc_global_quote.install, line 61
uc_global_quote installation file

Code

function uc_global_quote_uninstall() {
  drupal_uninstall_schema('uc_global_quote');
}