function recently_read_uninstall in Recently Read 7.2
Same name and namespace in other branches
- 6 recently_read.install \recently_read_uninstall()
- 7.3 recently_read.install \recently_read_uninstall()
- 7 recently_read.install \recently_read_uninstall()
Implements hook_uninstall().
File
- ./
recently_read.install, line 55 - Recently read installation file. Displays a history of recently read nodes by currently logged in user.
Code
function recently_read_uninstall() {
variable_del('recently_read_node_types');
variable_del('recently_read_max_entries');
variable_del('recently_read_max_length');
variable_del('recently_read_node_types');
variable_del('recently_read_anonymous_enabled');
}