You are here

function uc_views_marketing_uninstall in Ubercart Views 6.3

Same name and namespace in other branches
  1. 6.2 uc_views_marketing/uc_views_marketing.install \uc_views_marketing_uninstall()

Implementation of hook_uninstall().

File

uc_views_marketing/uc_views_marketing.install, line 177

Code

function uc_views_marketing_uninstall() {
  db_query("DROP VIEW {uc_order_products_qty_vw}");
  db_query("DROP VIEW {uc_order_products_user_vw}");
  db_query("DROP VIEW {uc_order_products_pair_vw}");
}