phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.
Find a file
Andreas Fischer 2b696cc632 [bug/9108] Fix table binding issues with PostgreSQL in board-wide feed. (Old Bug #58425)
The order in the FROM clause is important.
The posts table has to be the last one in the chain, so it can be correctly bound with the forums table in the LEFT JOIN.

This only affects the overall feed (board-wide feed). All the other feeds are unaffected.
2010-04-01 13:14:58 +02:00
build Incrementing the version number to 3.0.7-PL1 2010-03-05 21:09:37 +01:00
git-tools/hooks Add feature/ support to branchname hook 2010-03-08 01:04:33 +01:00
phpBB [bug/9108] Fix table binding issues with PostgreSQL in board-wide feed. (Old Bug #58425) 2010-04-01 13:14:58 +02:00
tests [develop-olympus] Make this test run on windows with backslash-paths. 2010-03-26 14:46:18 +01:00