Active
Project:
The Hierarchy
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2007 at 18:20 UTC
Updated:
23 Nov 2007 at 18:20 UTC
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.