when reverting to an older revision, the following warning is thrown twice:

    * user warning: Duplicate entry '1-518' for key 1 query: taxonomy_node_save INSERT INTO term_node (nid, tid) VALUES (518, 1) in /public_html/drupal/includes/database.mysql.inc on line 120.
    * user warning: Duplicate entry '1-518' for key 1 query: taxonomy_node_save INSERT INTO term_node (nid, tid) VALUES (518, 1) in /public_html/drupal/includes/database.mysql.inc on line 120.

seems that the revert process tryes to write the category terms again, even if they are already there.

Sorry, didn't test with core Taxonomy, could anyone please confirm this bug?

thank you

(drupal 4.7.2, Category v 1.100.2.20 2006/09/25 here)