function tableofcontents_uninstall in Table of Contents 7
Same name and namespace in other branches
- 6.3 tableofcontents.install \tableofcontents_uninstall()
- 7.2 tableofcontents.install \tableofcontents_uninstall()
Implementation of hook_uninstall()
File
- ./
tableofcontents.install, line 43 - tableofcontents.install
Code
function tableofcontents_uninstall() {
db_query("DELETE FROM {variable} WHERE name LIKE 'tableofcontents_%'");
}