Closed (duplicate)
Project:
Advanced Blog
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2009 at 13:28 UTC
Updated:
2 Nov 2009 at 16:18 UTC
Line 390:
SELECT node.nid, node.created FROM {node} WHERE node.type
should be:
SELECT node.nid, node.created FROM {node} node WHERE node.type
I was getting an error related to the table specifier node not being that. Things seemed to still run but that error was driving me nuts.
POC
Comments
Comment #1
svendecabooterSee patch at #621110: Improper usage of Drupal's DB API