Index: jump.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jump/Attic/jump.install,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 jump.install
--- jump.install	11 Sep 2009 18:22:48 -0000	1.1.2.1
+++ jump.install	29 Sep 2009 19:58:39 -0000
@@ -2,6 +2,13 @@
 // $Id: jump.install,v 1.1.2.1 2009/09/11 18:22:48 marcp Exp $
 
 /**
+ * Implementation of hook_uninstall().
+ */
+function jump_uninstall() {
+  db_query("DELETE from {variable} WHERE name like 'jump_activepageinmenu%'");
+}
+
+/**
  * Upgrade function for issue #344054 which fixes the deltas for jump menus
  * to make them more css friendly.
  */
