You are here

function recently_read_uninstall in Recently Read 7.3

Same name and namespace in other branches
  1. 6 recently_read.install \recently_read_uninstall()
  2. 7 recently_read.install \recently_read_uninstall()
  3. 7.2 recently_read.install \recently_read_uninstall()

Implements hook_uninstall().

File

./recently_read.install, line 77
Recently read installation file. Displays a history of recently read nodes by currently logged in user.

Code

function recently_read_uninstall() {
  variable_del('rr_config');
}