You are here

function uc_reports_uninstall in Ubercart 6.2

Same name and namespace in other branches
  1. 7.3 uc_reports/uc_reports.install \uc_reports_uninstall()

Implements hook_uninstall().

File

uc_reports/uc_reports.install, line 11
Install hooks for uc_reports.module.

Code

function uc_reports_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'uc_reports_%%'");
}