diff options
author | Nils Adermann <naderman@naderman.de> | 2008-06-04 17:26:02 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2008-06-04 17:26:02 +0000 |
commit | 26932cd3a325e7d39c2c7315e30838376df1c45b (patch) | |
tree | bbde866189559413837cfc845b45a78c726250eb /phpBB | |
parent | fb1d71bd05edd34c49cc498d34fdfc15bf341672 (diff) | |
download | forums-26932cd3a325e7d39c2c7315e30838376df1c45b.tar forums-26932cd3a325e7d39c2c7315e30838376df1c45b.tar.gz forums-26932cd3a325e7d39c2c7315e30838376df1c45b.tar.bz2 forums-26932cd3a325e7d39c2c7315e30838376df1c45b.tar.xz forums-26932cd3a325e7d39c2c7315e30838376df1c45b.zip |
Topic searches by author no longer return invalid results [Bug #11777]
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8605 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-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 eb6cc00859..805a16ec69 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -113,6 +113,7 @@ <li>[Fix] reset forum notifications in viewtopic (Bug #28025)</li> <li>[Fix] corrected link for searching post author's other posts (Bug #26455)</li> <li>[Fix] HTTP Authentication supports UTF-8 usernames now (Bug #21135)</li> + <li>[Fix] Topic searches by author no longer return invalid results (Bug #11777)</li> </ul> |