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