Flag module compatibility patch
anantagati - November 21, 2008 - 01:40
| Project: | Flag content |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Description
I tried to install Flag content module, but there is problem that 'flag_content' table is used already by Flag module.

#1
Same here...
#2
Here's a patch for flag module compatibility that's based on the latest drupal 6 dev snapshot. Note that you need to go to update.php after applying the patch (as if you are updating a module). After that, the flag_content module should work as it was before, and you should be able to install flag module without any problems.
#3
This patch breaks Flag Content if your site's database has a prefix ($db_prefix in settings.php).