Index: role_weights.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/role_weights/role_weights.install,v
retrieving revision 1.3
diff -u -r1.3 role_weights.install
--- role_weights.install	3 May 2006 18:13:28 -0000	1.3
+++ role_weights.install	5 Oct 2006 15:13:52 -0000
@@ -30,4 +30,8 @@
     }
   }
 
+  function role_weights_uninstall() {
+    db_query('DROP TABLE {role_weights}');
+  }
+
 ?>
