The line
drupal_uninstall_schema('xmlsitemap_taxonomy'); was removed in http://drupal.org/cvs?commit=215276. This is now leaving unwanted tables and not uninstalling properly.

Comments

dave reid’s picture

Title: xmlsitemap_taxonomy table not removed on uninstall » xmlsitemap_submodule tables not removed on uninstall
Component: xmlsitemap_taxonomy.module » xmlsitemap.module

Actually that's the same for _node, _user, and _taxonomy. How are these tables removed now?

avpaderno’s picture

Title: xmlsitemap_submodule tables not removed on uninstall » drupal_unistall_schema() is not called from the uninstall functions
Status: Active » Fixed

Actually, xmlsitemap_user.module was not missing the call to drupal_uninstall_schema().

The code has been fixed.
Thanks for your report.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.