You are here

function tableofcontents_block_uninstall in Table of Contents 7

Same name and namespace in other branches
  1. 6.3 tableofcontents_block/tableofcontents_block.install \tableofcontents_block_uninstall()

Implementation of hook_uninstall()

File

tableofcontents_block/tableofcontents_block.install, line 27
tableofcontents_block.install

Code

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