You are here

function piwik_reports_uninstall in Piwik Reports 7.4

Same name and namespace in other branches
  1. 7.3 piwik_reports.install \piwik_reports_uninstall()

Implements hook_uninstall().

File

./piwik_reports.install, line 11
Installation file for Piwik Reports module.

Code

function piwik_reports_uninstall() {
  variable_del('piwik_reports_allowed_sites');
  variable_del('piwik_reports_token_auth');
  variable_del('piwik_reports_url_http');
}