function nodeviewcount_uninstall in Node view count 7
Same name and namespace in other branches
- 7.3 nodeviewcount.install \nodeviewcount_uninstall()
- 7.2 nodeviewcount.install \nodeviewcount_uninstall()
Implements hook_uninstall().
File
- ./
nodeviewcount.install, line 58
Code
function nodeviewcount_uninstall() {
variable_del('nodeviewcount_node_types');
variable_del('nodeviewcount_user_roles');
variable_del('nodeviewcount_way_counting');
variable_del('nodeviewcount_flush_log_timer');
}