From beff6a17003b74bdb01cbe50f770f80852466801 Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 6 Oct 2009 12:09:32 -0300 Subject: Adding implementation of hook_uninstall() --- finder_menu.module | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/finder_menu.module b/finder_menu.module index d0c5054..d3d6a5a 100644 --- a/finder_menu.module +++ b/finder_menu.module @@ -170,3 +170,10 @@ function finder_menu_has_unhidden_submenu($menu = FALSE) { return FALSE; } + +/** + * Implementation of hook_uninstall(); + */ +function finder_menu_uninstall() { + variable_del('finder_menu'); +} -- cgit v1.2.3