I am running Drupal in a multi site configuration, using $db_prefix to separate the database tables of each site from the others, but all in the same physical database.
The taxonomy_dhtml.module needs to put {} around the table names in the SELECT queries.
This allows the $db_prefix functionality to be automatically included in this module, and avoid the massive errors about tables not found.
Comments
Comment #1
Eric Scouten commentedThis appears to have been fixed a while ago. I can't find any unprefixed queries in the module now.
Comment #2
(not verified) commentedComment #3
(not verified) commentedComment #4
jw867 commentedComment #5
(not verified) commentedComment #6
(not verified) commented