You are here

function uc_csv_uninstall in Ubercart CSV 6.2

implementation of hook_uninstall()

File

./uc_csv.install, line 87
This defines our schema for the module

Code

function uc_csv_uninstall() {
  drupal_uninstall_schema('uc_csv');
}