Closed (fixed)
Project:
OG promote
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
13 Jan 2007 at 07:14 UTC
Updated:
4 Mar 2007 at 23:30 UTC
Jump to comment: Most recent file
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