Index: taxonomy_access.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_access/taxonomy_access.module,v
retrieving revision 1.77
diff -u -p -r1.77 taxonomy_access.module
--- taxonomy_access.module	14 Apr 2006 12:59:05 -0000	1.77
+++ taxonomy_access.module	30 Jul 2006 22:54:47 -0000
@@ -705,6 +705,7 @@ function _taxonomy_access_update_db($cur
     // from the settings page and goes back to it and resaves the enabled setting.
     db_query("DELETE FROM {node_access} WHERE nid=0 AND gid=0 AND realm='all'");
     db_query("INSERT INTO {node_access} VALUES (0, 0, 'all', 1, 0, 0)");
+    db_query("DELETE FROM {node_access} WHERE realm='term_access'");
   }
   else { // the module was just enabled; node_access table must initialized or updated to reflect the changes since it was disabled:
          // Check for new nodes and assign them permissions in node_access table;
