You are here

function tableofcontents_uninstall in Table of Contents 7.2

Same name and namespace in other branches
  1. 6.3 tableofcontents.install \tableofcontents_uninstall()
  2. 7 tableofcontents.install \tableofcontents_uninstall()

Implementation of hook_uninstall()

File

./tableofcontents.install, line 30
tableofcontents.install

Code

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