Posted by fabio84 on November 23, 2007 at 6:20pm
| Project: | Location Hierarchy |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
In line 99 of hierarcy.module, and in line 83 of xHierarchy.module, replace
... FROM {location} location INNER JOIN node node ...
with
... FROM {location} location INNER JOIN {node} node ...
Otherwise who uses a prefix for drupal tables will get an error.