Closed (fixed)
Project:
XML sitemap
Version:
6.x-1.x-dev
Component:
xmlsitemap.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2009 at 05:08 UTC
Updated:
6 Jun 2009 at 06:00 UTC
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
Comment #1
dave reidActually that's the same for _node, _user, and _taxonomy. How are these tables removed now?
Comment #2
avpadernoActually, xmlsitemap_user.module was not missing the call to
drupal_uninstall_schema().The code has been fixed.
Thanks for your report.