Active
Project:
OAI2 for CCK
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2008 at 16:23 UTC
Updated:
22 Aug 2008 at 16:23 UTC
Line 527:
$queryStr = "left join {content_type_%s} ct on n.nid=ct.nid
left join {node_type} nt on n.type=nt.type ";
This doesn't accomplish anything. The node_type table has data about the actual content types, not nodes. And the query doesn't seem to be pulling in any fields from the table anyway.