You are here

function uc_weightquote_uninstall in Ubercart 5

Same name and namespace in other branches
  1. 6.2 shipping/uc_weightquote/uc_weightquote.install \uc_weightquote_uninstall()

File

shipping/uc_weightquote/uc_weightquote.install, line 44

Code

function uc_weightquote_uninstall() {
  db_query("DROP TABLE {uc_weightquote_products}");
  db_query("DROP TABLE {uc_weightquote_methods}");
}