The groups are not found if the node type is different from 'og'?
Error query
SELECT n.nid, title, o. *
FROM node n
INNER JOIN og o ON n.nid = o.nid
WHERE n.type = 'og' // It can be different from OG !!
ORDER BY n.title
LIMIT 0 , 30
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | og_promote_2.patch | 2.15 KB | darren oh |
Comments
Comment #1
darren ohComment #2
darren ohFixed in CVS commit 56990.
Comment #3
(not verified) commented