Wrong reference to "node" table in hierarchy.module

fabio84 - November 23, 2007 - 18:20
Project:Location Hierarchy
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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.

 
 

Drupal is a registered trademark of Dries Buytaert.