Patch for 4.7 bugs: vocabmap table has vocab ids reversed, method stored as integer not string & commening out buggy domain code
Roland Tanglao@... - January 31, 2007 - 00:50
| Project: | Subscribe |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Description
This very rough patch (my apologies to the Drupal gods for my bad code :-) !) fixes the following 4.7 problems:
- The vocabmap table has the remote and local vocabulary ids reversed
- method is stored as as an integer not a string
- the domain checking code is buggy and could not possibly work in a server with multiple sites. Because I don't know how to fix this problem, I have commented out the domain checking code. I will post a further issue with the real domain checking problem and a solution on how to fix it.
| Attachment | Size |
|---|---|
| subscribe_2.patch | 3.06 KB |
