diff /node_limitnumber/node_limitnumber.info /node_limitnumber_patched//node_limitnumber.info
8,11c8,11
< version = "6.x-2.0-beta2"
< core = "6.x"
< project = "node_limitnumber"
< datestamp = "1295973738"
---
> ; version = "6.x-2.0-beta2"
> ; core = "6.x"
> ; project = "node_limitnumber"
> ; datestamp = "1295973738"
diff /node_limitnumber/node_limitnumber.module /node_limitnumber_patched//node_limitnumber.module
142c142
<             $q = "SELECT nid FROM {node} INNER JOIN {og_ancestry} ON node.nid=og_ancestry.nid WHERE og_ancestry.group_nid = %d AND node.type='%s'";
---
>             $q = "SELECT {node}.nid FROM {node} INNER JOIN {og_ancestry} ON node.nid=og_ancestry.nid WHERE og_ancestry.group_nid = %d AND node.type='%s'";
