The table names in the function _community_tags_cleanup_orphaned_tags_by_tids($tids) - community_tags.module are not escaped in the multi-line SQL.
This means that sometimes the query fails (if the database tables are prefixed).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | sql-bug-1086200.patch | 1.41 KB | AndrewBoag |
Comments
Comment #1
AndrewBoag commentedupdated priority to normal (wasn't really major ... )
Comment #2
AndrewBoag commentedattached patch.
Comment #3
chaps2 commentedThanks for the patch. Committed and included in new releases 7.x-1.0-beta2 and 6.x-1.0-beta5.