You are here

function bookblock_uninstall in Book Block 6

Same name and namespace in other branches
  1. 7 bookblock.install \bookblock_uninstall()

Implementation of hook_uninstall().

File

./bookblock.install, line 11
Install, update and uninstall functions for the bookblock module.

Code

function bookblock_uninstall() {

  // Delete variable.
  variable_del('bookblock_books');
}