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

svendecabooter’s picture

Status: Active » Closed (duplicate)