Closed (fixed)
Project:
Drupal core
Version:
5.1
Component:
forum.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2007 at 15:24 UTC
Updated:
14 Mar 2007 at 20:46 UTC
A query in the forum module is missing a column from the SELECT list that is present in the ORDER BY clause. This is the l.last_comment_timestamp column.
This causes an error in PostgreSQL, so I have submitted a patch that corrects this problem here.
| Comment | File | Size | Author |
|---|---|---|---|
| forum.module.20070226.pgsql_.patch | 931 bytes | PMunn |
Comments
Comment #1
dries commentedGood catch. Committed to CVS HEAD. Thanks, PMunn.
Comment #2
(not verified) commented