1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00

Fix Wrong table order in query obtaining posts if post id given. In MSSQL there is an sql error due to this bug.

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8851 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2008-09-16 12:36:28 +00:00
parent da402759ab
commit 8dd2c17bf9
2 changed files with 11 additions and 5 deletions

View File

@@ -123,6 +123,7 @@
<li>[Fix] Language typos/fixes. (Bug #27625, #30755)</li>
<li>[Fix] Added missing terms parameter to search pagination. (Bug #34085)</li>
<li>[Change] Do not use the topics posted table when performing an egosearch.</li>
<li>[Fix] Wrong table order in query obtaining posts if post id given.</li>
</ul>