diff options
author | Nils Adermann <naderman@naderman.de> | 2008-12-04 16:56:56 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2008-12-04 16:56:56 +0000 |
commit | 945e6e1e78d610fcbf116a2ecf45d47ec4370a97 (patch) | |
tree | 0b899e5f54a49600342c03bcf559b3bddd056537 /phpBB/docs/CHANGELOG.html | |
parent | a41e8c101d3211b915cc065b27f494aa3bb8a741 (diff) | |
download | forums-945e6e1e78d610fcbf116a2ecf45d47ec4370a97.tar forums-945e6e1e78d610fcbf116a2ecf45d47ec4370a97.tar.gz forums-945e6e1e78d610fcbf116a2ecf45d47ec4370a97.tar.bz2 forums-945e6e1e78d610fcbf116a2ecf45d47ec4370a97.tar.xz forums-945e6e1e78d610fcbf116a2ecf45d47ec4370a97.zip |
Use a left join for the topics table on search to avoid trouble with FROM syntax on some databases (Bug #37005)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9172 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index d0f72a9784..d0de2c9a50 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -111,6 +111,7 @@ <li>[Feature] Added 'AGO' setting to relative date strings. For example: posted 14 minutes ago. (Patch by BartVB)</li> <li>[Sec] Fixed an issue where deactivated accounts could be re-activated without the required privileges. (Reported by Jorick)</li> <li>[Sec] Ask for forum password if post within passworded forum quoted in private message. (Reported by nickvergessen)</li> + <li>[Fix] Use a left join for the topics table on search to avoid trouble with FROM syntax on some databases (Bug #37005)</li> </ul> <a name="v302"></a><h3>1.ii. Changes since 3.0.2</h3> |