Opened 14 years ago
Closed 14 years ago
#1147 closed Defect (fixed)
forum_rss.inc is broken due to a bug
| Reported by: | teleyinex | Owned by: | davea |
|---|---|---|---|
| Priority: | Blocker | Milestone: | Undetermined |
| Component: | Web - Forums | Version: | 6.12.34 |
| Keywords: | rss, forum, fail | Cc: | davea@… |
Description
The trunk forum_rss.inc file has a bug related to the SQL sentence:
"$clause and hidden=0 and and timestamp > ...."
The "and" operator is duplicated. Adjoining you can find a patch to fix it.
Regards,
Daniel
Attachments (1)
Change History (2)
Changed 14 years ago by
| Attachment: | forum_rss.inc.patch added |
|---|
comment:1 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Patch to fix an RSS SQL error